Color spaces of #ac917c
RGB | 172 | 145 | 124 |
---|---|---|---|
HSL | 0.07 | 0.22 | 0.58 |
HSV | 26° | 28° | 67° |
CMYK | 0.00 | 0.16 | 0.28 0.33 |
XYZ | 30.7767 | 30.4767 | 23.3293 |
Yxy | 30.4767 | 0.3639 | 0.3603 |
Hunter Lab | 55.2057 | 2.9022 | 13.5887 |
CIE-Lab | 62.0634 | 6.8653 | 14.9151 |
#ac917c color RGB value is (172,145,124).
#ac917c hex color red value is 172, green value is 145 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ac917c hue: 0.07 , saturation: 0.22 and the lightness value of ac917c is 0.58.
The process color (four color CMYK) of #ac917c color hex is 0.00, 0.16, 0.28, 0.33. Web safe color of #ac917c is #999966. Color #ac917c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10010001 | 01111100 |
Octal | 254 | 221 | 174 |
Decimal | 172 | 145 | 124 |
Hex | AC | 91 | 7C |
Shades of #ac917c
Tints of #ac917c
RGB Percentages of Color #ac917c
CMYK Percentages of Color #ac917c
Complementary Color
#ac917c | #7c97ac |
#ac917c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac917c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac917c Color CSS Codes
.mybgcolor {background-color:#ac917c; } .myforecolor {color:#ac917c; } .mybordercolor {border:3px solid #ac917c; }
#ac917c Text Font Color
<p style="color:#ac917c">Text here</p>
This sample text font color is #ac917c
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.
#ac917c Background Color
<div style="background-color:#ac917c">
Div content here</div>
This div background color is #ac917c
#ac917c Border Color
<div style="border:3px solid #ac917c">
Div here</div>
This div border color is #ac917c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,145,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac917c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac917c; -webkit-box-shadow: 1px 1px 3px 2px #ac917c; box-shadow: 1px 1px 3px 2px #ac917c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,145,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac917c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac917c; -webkit-box-shadow: 1px 1px 3px 2px #ac917c; box-shadow: 1px 1px 3px 2px #ac917c;">
Div content here</div>
This div box has shadow with color #ac917c
#ac917c Color Palettes
Comments
No comments written yet.
Please login to write comment.