Shades of Chatelle #AAA7AB
Tints of Chatelle #AAA7AB
RGB
CMYK
RGB Variations
Color information
#AAA7AB (or 0xAAA7AB) is known color: Chatelle. HEX triplet: AA, A7 and AB. RGB value is (170,167,171). Sum of RGB (Red+Green+Blue) = 170+167+171=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA7AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7AB is #555854. Grayscale: #A8A8A8. Windows color (decimal): -5593173 or 11249578. OLE color: 11249578.
HSL color Cylindrical-coordinate representation of color #AAA7AB: hue angle of 285º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAA7AB is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 171 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.33 |
| HSL | 285º | 0.02% | 0.66% | - |
| HSV(B) | 285º | 0.02% | 0.67% | - |
| XYZ | 37.75 | 39.12 | 44.09 | - |
| YUV | 168.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 171 | 0.01 | 0.02 | 0 | 0.33 | 285 | 0.02 | 0.66 |
| Hex | AA | A7 | AB | 1 | 2 | 0 | 21 | 11D | 2 | 42 |
| Octal | 252 | 247 | 253 | 1 | 2 | 0 | 41 | 435 | 2 | 102 |
| Binary | 10101010 | 10100111 | 10101011 | 1 | 10 | 0 | 100001 | 100011101 | 10 | 1000010 |
Color Harmonies of #AAA7AB
Complementary color
Monochromatic Colors of #AAA7AB
Black with #AAA7AB
Text Example
Text Example
White with #AAA7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7AB; }
p { color: rgb(170,167,171); }
H1.HeaderClassName
{
color: #AAA7AB;
}
.AnyTagClassName
{
color: #AAA7AB;
}
</style>
background-color css
<style>
a { background-color: #AAA7AB; }
a { background-color: rgb(170,167,171); }
div.DivClassName
{
background-color: #AAA7AB;
}
.BgClassName
{
background-color: #AAA7AB;
}
</style>
border-color css
<style>
span { border-color: #AAA7AB; }
span { border-color: rgb(170,167,171); }
td.TdClassName
{
border-color: #AAA7AB;
}
.TagClassName
{
border-color: #AAA7AB;
}
</style>