Color spaces of #af691d
RGB | 175 | 105 | 29 |
---|---|---|---|
HSL | 0.09 | 0.72 | 0.40 |
HSV | 31° | 83° | 69° |
CMYK | 0.00 | 0.40 | 0.83 0.31 |
XYZ | 22.9525 | 19.3058 | 3.6791 |
Yxy | 19.3058 | 0.4996 | 0.4203 |
Hunter Lab | 43.9384 | 16.3526 | 25.7923 |
CIE-Lab | 51.0431 | 22.3844 | 50.9333 |
#af691d color RGB value is (175,105,29).
#af691d hex color red value is 175, green value is 105 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #af691d hue: 0.09 , saturation: 0.72 and the lightness value of af691d is 0.40.
The process color (four color CMYK) of #af691d color hex is 0.00, 0.40, 0.83, 0.31. Web safe color of #af691d is #996633. Color #af691d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01101001 | 00011101 |
Octal | 257 | 151 | 35 |
Decimal | 175 | 105 | 29 |
Hex | AF | 69 | 1D |
Shades of #af691d
Tints of #af691d
RGB Percentages of Color #af691d
CMYK Percentages of Color #af691d
Complementary Color
#af691d | #1d63af |
#af691d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af691d Color Preview on White Background
Lorem ipsum dolor sit amet.
#af691d Color CSS Codes
.mybgcolor {background-color:#af691d; } .myforecolor {color:#af691d; } .mybordercolor {border:3px solid #af691d; }
#af691d Text Font Color
<p style="color:#af691d">Text here</p>
This sample text font color is #af691d
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.
#af691d Background Color
<div style="background-color:#af691d">
Div content here</div>
This div background color is #af691d
#af691d Border Color
<div style="border:3px solid #af691d">
Div here</div>
This div border color is #af691d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,105,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af691d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af691d; -webkit-box-shadow: 1px 1px 3px 2px #af691d; box-shadow: 1px 1px 3px 2px #af691d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,105,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af691d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af691d; -webkit-box-shadow: 1px 1px 3px 2px #af691d; box-shadow: 1px 1px 3px 2px #af691d;">
Div content here</div>
This div box has shadow with color #af691d
Comments
No comments written yet.
Please login to write comment.