Shades of Chatelle #AAA6AC
Tints of Chatelle #AAA6AC
RGB
CMYK
RGB Variations
Color information
#AAA6AC (or 0xAAA6AC) is known color: Chatelle. HEX triplet: AA, A6 and AC. RGB value is (170,166,172). Sum of RGB (Red+Green+Blue) = 170+166+172=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 172 - color contains mainly: blue. Hex color #AAA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6AC is #555953. Grayscale: #A7A7A7. Windows color (decimal): -5593428 or 11314858. OLE color: 11314858.
HSL color Cylindrical-coordinate representation of color #AAA6AC: hue angle of 280º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAA6AC is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 172 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.33 |
| HSL | 280º | 0.03% | 0.66% | - |
| HSV(B) | 280º | 0.03% | 0.67% | - |
| XYZ | 37.66 | 38.8 | 44.53 | - |
| YUV | 167.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 172 | 0.01 | 0.03 | 0 | 0.33 | 280 | 0.03 | 0.66 |
| Hex | AA | A6 | AC | 1 | 3 | 0 | 21 | 118 | 3 | 42 |
| Octal | 252 | 246 | 254 | 1 | 3 | 0 | 41 | 430 | 3 | 102 |
| Binary | 10101010 | 10100110 | 10101100 | 1 | 11 | 0 | 100001 | 100011000 | 11 | 1000010 |
Color Harmonies of #AAA6AC
Complementary color
Monochromatic Colors of #AAA6AC
Black with #AAA6AC
Text Example
Text Example
White with #AAA6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6AC; }
p { color: rgb(170,166,172); }
H1.HeaderClassName
{
color: #AAA6AC;
}
.AnyTagClassName
{
color: #AAA6AC;
}
</style>
background-color css
<style>
a { background-color: #AAA6AC; }
a { background-color: rgb(170,166,172); }
div.DivClassName
{
background-color: #AAA6AC;
}
.BgClassName
{
background-color: #AAA6AC;
}
</style>
border-color css
<style>
span { border-color: #AAA6AC; }
span { border-color: rgb(170,166,172); }
td.TdClassName
{
border-color: #AAA6AC;
}
.TagClassName
{
border-color: #AAA6AC;
}
</style>