Shades of Chatelle #AAA0AF
Tints of Chatelle #AAA0AF
RGB
CMYK
RGB Variations
Color information
#AAA0AF (or 0xAAA0AF) is known color: Chatelle. HEX triplet: AA, A0 and AF. RGB value is (170,160,175). Sum of RGB (Red+Green+Blue) = 170+160+175=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 175 - color contains mainly: blue. Hex color #AAA0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA0AF is #555F50. Grayscale: #A4A4A4. Windows color (decimal): -5594961 or 11509930. OLE color: 11509930.
HSL color Cylindrical-coordinate representation of color #AAA0AF: hue angle of 280º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAA0AF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 160 | 175 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.31 |
| HSL | 280º | 0.09% | 0.66% | - |
| HSV(B) | 280º | 0.09% | 0.69% | - |
| XYZ | 36.89 | 36.78 | 45.71 | - |
| YUV | 164.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 175 | 0.03 | 0.09 | 0 | 0.31 | 280 | 0.09 | 0.66 |
| Hex | AA | A0 | AF | 3 | 9 | 0 | 1F | 118 | 9 | 42 |
| Octal | 252 | 240 | 257 | 3 | 11 | 0 | 37 | 430 | 11 | 102 |
| Binary | 10101010 | 10100000 | 10101111 | 11 | 1001 | 0 | 11111 | 100011000 | 1001 | 1000010 |
Color Harmonies of #AAA0AF
Complementary color
Monochromatic Colors of #AAA0AF
Black with #AAA0AF
Text Example
Text Example
White with #AAA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0AF; }
p { color: rgb(170,160,175); }
H1.HeaderClassName
{
color: #AAA0AF;
}
.AnyTagClassName
{
color: #AAA0AF;
}
</style>
background-color css
<style>
a { background-color: #AAA0AF; }
a { background-color: rgb(170,160,175); }
div.DivClassName
{
background-color: #AAA0AF;
}
.BgClassName
{
background-color: #AAA0AF;
}
</style>
border-color css
<style>
span { border-color: #AAA0AF; }
span { border-color: rgb(170,160,175); }
td.TdClassName
{
border-color: #AAA0AF;
}
.TagClassName
{
border-color: #AAA0AF;
}
</style>