Shades of Chatelle #AAA2AC
Tints of Chatelle #AAA2AC
RGB
CMYK
RGB Variations
Color information
#AAA2AC (or 0xAAA2AC) is known color: Chatelle. HEX triplet: AA, A2 and AC. RGB value is (170,162,172). Sum of RGB (Red+Green+Blue) = 170+162+172=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 172 - color contains mainly: blue. Hex color #AAA2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA2AC is #555D53. Grayscale: #A5A5A5. Windows color (decimal): -5594452 or 11313834. OLE color: 11313834.
HSL color Cylindrical-coordinate representation of color #AAA2AC: hue angle of 288º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAA2AC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 162 | 172 | - |
CMYK | 0.01 | 0.06 | 0 | 0.33 |
HSL | 288º | 0.06% | 0.65% | - |
HSV(B) | 288º | 0.06% | 0.67% | - |
XYZ | 36.94 | 37.37 | 44.29 | - |
YUV | 165.53 | 131.65 | 131.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 162 | 172 | 0.01 | 0.06 | 0 | 0.33 | 288 | 0.06 | 0.65 |
Hex | AA | A2 | AC | 1 | 6 | 0 | 21 | 120 | 6 | 41 |
Octal | 252 | 242 | 254 | 1 | 6 | 0 | 41 | 440 | 6 | 101 |
Binary | 10101010 | 10100010 | 10101100 | 1 | 110 | 0 | 100001 | 100100000 | 110 | 1000001 |
Color Harmonies of #AAA2AC
Complementary color
Monochromatic Colors of #AAA2AC
Black with #AAA2AC
Text Example
Text Example
White with #AAA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2AC; }
p { color: rgb(170,162,172); }
H1.HeaderClassName
{
color: #AAA2AC;
}
.AnyTagClassName
{
color: #AAA2AC;
}
</style>
background-color css
<style>
a { background-color: #AAA2AC; }
a { background-color: rgb(170,162,172); }
div.DivClassName
{
background-color: #AAA2AC;
}
.BgClassName
{
background-color: #AAA2AC;
}
</style>
border-color css
<style>
span { border-color: #AAA2AC; }
span { border-color: rgb(170,162,172); }
td.TdClassName
{
border-color: #AAA2AC;
}
.TagClassName
{
border-color: #AAA2AC;
}
</style>