Color spaces of #ac9995
RGB | 172 | 153 | 149 |
---|---|---|---|
HSL | 0.03 | 0.12 | 0.63 |
HSV | 10° | 13° | 67° |
CMYK | 0.00 | 0.11 | 0.13 0.33 |
XYZ | 33.8293 | 33.7230 | 33.1600 |
Yxy | 33.7230 | 0.3359 | 0.3348 |
Hunter Lab | 58.0715 | 2.3592 | 6.7943 |
CIE-Lab | 64.7421 | 6.3148 | 4.6509 |
#ac9995 color RGB value is (172,153,149).
#ac9995 hex color red value is 172, green value is 153 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ac9995 hue: 0.03 , saturation: 0.12 and the lightness value of ac9995 is 0.63.
The process color (four color CMYK) of #ac9995 color hex is 0.00, 0.11, 0.13, 0.33. Web safe color of #ac9995 is #999999. Color #ac9995 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10011001 | 10010101 |
Octal | 254 | 231 | 225 |
Decimal | 172 | 153 | 149 |
Hex | AC | 99 | 95 |
Shades of #ac9995
Tints of #ac9995
RGB Percentages of Color #ac9995
CMYK Percentages of Color #ac9995
Complementary Color
#ac9995 | #95a8ac |
#ac9995 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac9995 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac9995 Color CSS Codes
.mybgcolor {background-color:#ac9995; } .myforecolor {color:#ac9995; } .mybordercolor {border:3px solid #ac9995; }
#ac9995 Text Font Color
<p style="color:#ac9995">Text here</p>
This sample text font color is #ac9995
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.
#ac9995 Background Color
<div style="background-color:#ac9995">
Div content here</div>
This div background color is #ac9995
#ac9995 Border Color
<div style="border:3px solid #ac9995">
Div here</div>
This div border color is #ac9995
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,153,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac9995; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac9995; -webkit-box-shadow: 1px 1px 3px 2px #ac9995; box-shadow: 1px 1px 3px 2px #ac9995; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,153,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac9995">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac9995; -webkit-box-shadow: 1px 1px 3px 2px #ac9995; box-shadow: 1px 1px 3px 2px #ac9995;">
Div content here</div>
This div box has shadow with color #ac9995
Comments
No comments written yet.
Please login to write comment.