Shades of Chatelle #ACA9AD
Tints of Chatelle #ACA9AD
RGB
CMYK
RGB Variations
Color information
#ACA9AD (or 0xACA9AD) is known color: Chatelle. HEX triplet: AC, A9 and AD. RGB value is (172,169,173). Sum of RGB (Red+Green+Blue) = 172+169+173=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 173 - color contains mainly: blue. Hex color #ACA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA9AD is #535652. Grayscale: #AAAAAA. Windows color (decimal): -5461587 or 11381164. OLE color: 11381164.
HSL color Cylindrical-coordinate representation of color #ACA9AD: hue angle of 285º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ACA9AD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 169 | 173 | - |
CMYK | 0.01 | 0.02 | 0 | 0.32 |
HSL | 285º | 0.02% | 0.67% | - |
HSV(B) | 285º | 0.02% | 0.68% | - |
XYZ | 38.74 | 40.16 | 45.25 | - |
YUV | 170.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 169 | 173 | 0.01 | 0.02 | 0 | 0.32 | 285 | 0.02 | 0.67 |
Hex | AC | A9 | AD | 1 | 2 | 0 | 20 | 11D | 2 | 43 |
Octal | 254 | 251 | 255 | 1 | 2 | 0 | 40 | 435 | 2 | 103 |
Binary | 10101100 | 10101001 | 10101101 | 1 | 10 | 0 | 100000 | 100011101 | 10 | 1000011 |
Color Harmonies of #ACA9AD
Complementary color
Monochromatic Colors of #ACA9AD
Black with #ACA9AD
Text Example
Text Example
White with #ACA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA9AD; }
p { color: rgb(172,169,173); }
H1.HeaderClassName
{
color: #ACA9AD;
}
.AnyTagClassName
{
color: #ACA9AD;
}
</style>
background-color css
<style>
a { background-color: #ACA9AD; }
a { background-color: rgb(172,169,173); }
div.DivClassName
{
background-color: #ACA9AD;
}
.BgClassName
{
background-color: #ACA9AD;
}
</style>
border-color css
<style>
span { border-color: #ACA9AD; }
span { border-color: rgb(172,169,173); }
td.TdClassName
{
border-color: #ACA9AD;
}
.TagClassName
{
border-color: #ACA9AD;
}
</style>