Color spaces of #af290f
RGB | 175 | 41 | 15 |
---|---|---|---|
HSL | 0.03 | 0.84 | 0.37 |
HSV | 10° | 91° | 69° |
CMYK | 0.00 | 0.77 | 0.91 0.31 |
XYZ | 18.5584 | 10.7343 | 1.5457 |
Yxy | 10.7343 | 0.6018 | 0.3481 |
Hunter Lab | 32.7632 | 43.7738 | 20.1371 |
CIE-Lab | 39.1293 | 52.4445 | 46.6238 |
#af290f color RGB value is (175,41,15).
#af290f hex color red value is 175, green value is 41 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #af290f hue: 0.03 , saturation: 0.84 and the lightness value of af290f is 0.37.
The process color (four color CMYK) of #af290f color hex is 0.00, 0.77, 0.91, 0.31. Web safe color of #af290f is #993300. Color #af290f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00101001 | 00001111 |
Octal | 257 | 51 | 17 |
Decimal | 175 | 41 | 15 |
Hex | AF | 29 | F |
Shades of #af290f
Tints of #af290f
RGB Percentages of Color #af290f
CMYK Percentages of Color #af290f
Complementary Color
#af290f | #0f95af |
#af290f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af290f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af290f Color CSS Codes
.mybgcolor {background-color:#af290f; } .myforecolor {color:#af290f; } .mybordercolor {border:3px solid #af290f; }
#af290f Text Font Color
<p style="color:#af290f">Text here</p>
This sample text font color is #af290f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#af290f Background Color
<div style="background-color:#af290f">
Div content here</div>
This div background color is #af290f
#af290f Border Color
<div style="border:3px solid #af290f">
Div here</div>
This div border color is #af290f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,41,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af290f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af290f; -webkit-box-shadow: 1px 1px 3px 2px #af290f; box-shadow: 1px 1px 3px 2px #af290f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,41,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af290f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af290f; -webkit-box-shadow: 1px 1px 3px 2px #af290f; box-shadow: 1px 1px 3px 2px #af290f;">
Div content here</div>
This div box has shadow with color #af290f
Comments
No comments written yet.
Please login to write comment.