Shades of Chatelle #ACA2B2
Tints of Chatelle #ACA2B2
RGB
CMYK
RGB Variations
Color information
#ACA2B2 (or 0xACA2B2) is known color: Chatelle. HEX triplet: AC, A2 and B2. RGB value is (172,162,178). Sum of RGB (Red+Green+Blue) = 172+162+178=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 178 - color contains mainly: blue. Hex color #ACA2B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA2B2 is #535D4D. Grayscale: #A6A6A6. Windows color (decimal): -5463374 or 11707052. OLE color: 11707052.
HSL color Cylindrical-coordinate representation of color #ACA2B2: hue angle of 277.5º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACA2B2 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 172 | 162 | 178 | - |
CMYK | 0.03 | 0.09 | 0 | 0.30 |
HSL | 277.5º | 0.09% | 0.67% | - |
HSV(B) | 277.5º | 0.09% | 0.7% | - |
XYZ | 37.97 | 37.83 | 47.42 | - |
YUV | 166.81 | 134.31 | 131.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 162 | 178 | 0.03 | 0.09 | 0 | 0.30 | 277.5 | 0.09 | 0.67 |
Hex | AC | A2 | B2 | 3 | 9 | 0 | 1E | 116 | 9 | 43 |
Octal | 254 | 242 | 262 | 3 | 11 | 0 | 36 | 426 | 11 | 103 |
Binary | 10101100 | 10100010 | 10110010 | 11 | 1001 | 0 | 11110 | 100010110 | 1001 | 1000011 |
Color Harmonies of #ACA2B2
Complementary color
Monochromatic Colors of #ACA2B2
Black with #ACA2B2
Text Example
Text Example
White with #ACA2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA2B2; }
p { color: rgb(172,162,178); }
H1.HeaderClassName
{
color: #ACA2B2;
}
.AnyTagClassName
{
color: #ACA2B2;
}
</style>
background-color css
<style>
a { background-color: #ACA2B2; }
a { background-color: rgb(172,162,178); }
div.DivClassName
{
background-color: #ACA2B2;
}
.BgClassName
{
background-color: #ACA2B2;
}
</style>
border-color css
<style>
span { border-color: #ACA2B2; }
span { border-color: rgb(172,162,178); }
td.TdClassName
{
border-color: #ACA2B2;
}
.TagClassName
{
border-color: #ACA2B2;
}
</style>