Shades of Chatelle #AAA9AB
Tints of Chatelle #AAA9AB
RGB
CMYK
RGB Variations
Color information
#AAA9AB (or 0xAAA9AB) is known color: Chatelle. HEX triplet: AA, A9 and AB. RGB value is (170,169,171). Sum of RGB (Red+Green+Blue) = 170+169+171=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA9AB is #555654. Grayscale: #A9A9A9. Windows color (decimal): -5592661 or 11250090. OLE color: 11250090.
HSL color Cylindrical-coordinate representation of color #AAA9AB: hue angle of 270º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AAA9AB is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 169 | 171 | - |
CMYK | 0.01 | 0.01 | 0 | 0.33 |
HSL | 270º | 0.01% | 0.67% | - |
HSV(B) | 270º | 0.01% | 0.67% | - |
XYZ | 38.12 | 39.86 | 44.21 | - |
YUV | 169.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 169 | 171 | 0.01 | 0.01 | 0 | 0.33 | 270 | 0.01 | 0.67 |
Hex | AA | A9 | AB | 1 | 1 | 0 | 21 | 10E | 1 | 43 |
Octal | 252 | 251 | 253 | 1 | 1 | 0 | 41 | 416 | 1 | 103 |
Binary | 10101010 | 10101001 | 10101011 | 1 | 1 | 0 | 100001 | 100001110 | 1 | 1000011 |
Color Harmonies of #AAA9AB
Complementary color
Monochromatic Colors of #AAA9AB
Black with #AAA9AB
Text Example
Text Example
White with #AAA9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9AB; }
p { color: rgb(170,169,171); }
H1.HeaderClassName
{
color: #AAA9AB;
}
.AnyTagClassName
{
color: #AAA9AB;
}
</style>
background-color css
<style>
a { background-color: #AAA9AB; }
a { background-color: rgb(170,169,171); }
div.DivClassName
{
background-color: #AAA9AB;
}
.BgClassName
{
background-color: #AAA9AB;
}
</style>
border-color css
<style>
span { border-color: #AAA9AB; }
span { border-color: rgb(170,169,171); }
td.TdClassName
{
border-color: #AAA9AB;
}
.TagClassName
{
border-color: #AAA9AB;
}
</style>