Shades of Chatelle #AAA2AF
Tints of Chatelle #AAA2AF
RGB
CMYK
RGB Variations
Color information
#AAA2AF (or 0xAAA2AF) is known color: Chatelle. HEX triplet: AA, A2 and AF. RGB value is (170,162,175). Sum of RGB (Red+Green+Blue) = 170+162+175=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 175 - color contains mainly: blue. Hex color #AAA2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA2AF is #555D50. Grayscale: #A5A5A5. Windows color (decimal): -5594449 or 11510442. OLE color: 11510442.
HSL color Cylindrical-coordinate representation of color #AAA2AF: hue angle of 276.92º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAA2AF is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 162 | 175 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.31 |
| HSL | 276.92º | 0.08% | 0.66% | - |
| HSV(B) | 276.92º | 0.07% | 0.69% | - |
| XYZ | 37.24 | 37.48 | 45.83 | - |
| YUV | 165.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 175 | 0.03 | 0.07 | 0 | 0.31 | 276.92 | 0.08 | 0.66 |
| Hex | AA | A2 | AF | 3 | 7 | 0 | 1F | 115 | 8 | 42 |
| Octal | 252 | 242 | 257 | 3 | 7 | 0 | 37 | 425 | 10 | 102 |
| Binary | 10101010 | 10100010 | 10101111 | 11 | 111 | 0 | 11111 | 100010101 | 1000 | 1000010 |
Color Harmonies of #AAA2AF
Complementary color
Monochromatic Colors of #AAA2AF
Black with #AAA2AF
Text Example
Text Example
White with #AAA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2AF; }
p { color: rgb(170,162,175); }
H1.HeaderClassName
{
color: #AAA2AF;
}
.AnyTagClassName
{
color: #AAA2AF;
}
</style>
background-color css
<style>
a { background-color: #AAA2AF; }
a { background-color: rgb(170,162,175); }
div.DivClassName
{
background-color: #AAA2AF;
}
.BgClassName
{
background-color: #AAA2AF;
}
</style>
border-color css
<style>
span { border-color: #AAA2AF; }
span { border-color: rgb(170,162,175); }
td.TdClassName
{
border-color: #AAA2AF;
}
.TagClassName
{
border-color: #AAA2AF;
}
</style>