Color spaces of #ac838c
RGB | 172 | 131 | 140 |
---|---|---|---|
HSL | 0.96 | 0.20 | 0.59 |
HSV | 347° | 24° | 67° |
CMYK | 0.00 | 0.24 | 0.19 0.33 |
XYZ | 29.8632 | 26.8967 | 28.4286 |
Yxy | 26.8967 | 0.3506 | 0.3157 |
Hunter Lab | 51.8620 | 12.0253 | 3.8031 |
CIE-Lab | 58.8786 | 17.1617 | 1.2723 |
#ac838c color RGB value is (172,131,140).
#ac838c hex color red value is 172, green value is 131 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ac838c hue: 0.96 , saturation: 0.20 and the lightness value of ac838c is 0.59.
The process color (four color CMYK) of #ac838c color hex is 0.00, 0.24, 0.19, 0.33. Web safe color of #ac838c is #999999. Color #ac838c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10000011 | 10001100 |
Octal | 254 | 203 | 214 |
Decimal | 172 | 131 | 140 |
Hex | AC | 83 | 8C |
Shades of #ac838c
Tints of #ac838c
RGB Percentages of Color #ac838c
CMYK Percentages of Color #ac838c
Complementary Color
#ac838c | #83aca3 |
#ac838c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac838c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac838c Color CSS Codes
.mybgcolor {background-color:#ac838c; } .myforecolor {color:#ac838c; } .mybordercolor {border:3px solid #ac838c; }
#ac838c Text Font Color
<p style="color:#ac838c">Text here</p>
This sample text font color is #ac838c
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.
#ac838c Background Color
<div style="background-color:#ac838c">
Div content here</div>
This div background color is #ac838c
#ac838c Border Color
<div style="border:3px solid #ac838c">
Div here</div>
This div border color is #ac838c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,131,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac838c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac838c; -webkit-box-shadow: 1px 1px 3px 2px #ac838c; box-shadow: 1px 1px 3px 2px #ac838c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,131,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac838c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac838c; -webkit-box-shadow: 1px 1px 3px 2px #ac838c; box-shadow: 1px 1px 3px 2px #ac838c;">
Div content here</div>
This div box has shadow with color #ac838c
Comments
No comments written yet.
Please login to write comment.