Color spaces of #af786c
RGB | 175 | 120 | 108 |
---|---|---|---|
HSL | 0.03 | 0.30 | 0.55 |
HSV | 11° | 38° | 69° |
CMYK | 0.00 | 0.31 | 0.38 0.31 |
XYZ | 27.1024 | 23.6296 | 17.3199 |
Yxy | 23.6296 | 0.3983 | 0.3472 |
Hunter Lab | 48.6103 | 14.4537 | 12.9021 |
CIE-Lab | 55.7150 | 19.9825 | 15.2809 |
#af786c color RGB value is (175,120,108).
#af786c hex color red value is 175, green value is 120 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #af786c hue: 0.03 , saturation: 0.30 and the lightness value of af786c is 0.55.
The process color (four color CMYK) of #af786c color hex is 0.00, 0.31, 0.38, 0.31. Web safe color of #af786c is #996666. Color #af786c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01111000 | 01101100 |
Octal | 257 | 170 | 154 |
Decimal | 175 | 120 | 108 |
Hex | AF | 78 | 6C |
Shades of #af786c
Tints of #af786c
RGB Percentages of Color #af786c
CMYK Percentages of Color #af786c
Complementary Color
#af786c | #6ca3af |
#af786c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af786c Color Preview on White Background
Lorem ipsum dolor sit amet.
#af786c Color CSS Codes
.mybgcolor {background-color:#af786c; } .myforecolor {color:#af786c; } .mybordercolor {border:3px solid #af786c; }
#af786c Text Font Color
<p style="color:#af786c">Text here</p>
This sample text font color is #af786c
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.
#af786c Background Color
<div style="background-color:#af786c">
Div content here</div>
This div background color is #af786c
#af786c Border Color
<div style="border:3px solid #af786c">
Div here</div>
This div border color is #af786c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,120,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af786c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af786c; -webkit-box-shadow: 1px 1px 3px 2px #af786c; box-shadow: 1px 1px 3px 2px #af786c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,120,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af786c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af786c; -webkit-box-shadow: 1px 1px 3px 2px #af786c; box-shadow: 1px 1px 3px 2px #af786c;">
Div content here</div>
This div box has shadow with color #af786c
Comments
No comments written yet.
Please login to write comment.