Shades of Chatelle #AAA6AE
Tints of Chatelle #AAA6AE
RGB
CMYK
RGB Variations
Color information
#AAA6AE (or 0xAAA6AE) is known color: Chatelle. HEX triplet: AA, A6 and AE. RGB value is (170,166,174). Sum of RGB (Red+Green+Blue) = 170+166+174=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAA6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6AE is #555951. Grayscale: #A8A8A8. Windows color (decimal): -5593426 or 11445930. OLE color: 11445930.
HSL color Cylindrical-coordinate representation of color #AAA6AE: hue angle of 270º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA6AE is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 166 | 174 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.32 |
| HSL | 270º | 0.05% | 0.67% | - |
| HSV(B) | 270º | 0.05% | 0.68% | - |
| XYZ | 37.85 | 38.87 | 45.55 | - |
| YUV | 168.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 174 | 0.02 | 0.05 | 0 | 0.32 | 270 | 0.05 | 0.67 |
| Hex | AA | A6 | AE | 2 | 5 | 0 | 20 | 10E | 5 | 43 |
| Octal | 252 | 246 | 256 | 2 | 5 | 0 | 40 | 416 | 5 | 103 |
| Binary | 10101010 | 10100110 | 10101110 | 10 | 101 | 0 | 100000 | 100001110 | 101 | 1000011 |
Color Harmonies of #AAA6AE
Complementary color
Monochromatic Colors of #AAA6AE
Black with #AAA6AE
Text Example
Text Example
White with #AAA6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6AE; }
p { color: rgb(170,166,174); }
H1.HeaderClassName
{
color: #AAA6AE;
}
.AnyTagClassName
{
color: #AAA6AE;
}
</style>
background-color css
<style>
a { background-color: #AAA6AE; }
a { background-color: rgb(170,166,174); }
div.DivClassName
{
background-color: #AAA6AE;
}
.BgClassName
{
background-color: #AAA6AE;
}
</style>
border-color css
<style>
span { border-color: #AAA6AE; }
span { border-color: rgb(170,166,174); }
td.TdClassName
{
border-color: #AAA6AE;
}
.TagClassName
{
border-color: #AAA6AE;
}
</style>