Shades of Chatelle #AA9AAF
Tints of Chatelle #AA9AAF
RGB
CMYK
RGB Variations
Color information
#AA9AAF (or 0xAA9AAF) is known color: Chatelle. HEX triplet: AA, 9A and AF. RGB value is (170,154,175). Sum of RGB (Red+Green+Blue) = 170+154+175=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA9AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAF is #556550. Grayscale: #A1A1A1. Windows color (decimal): -5596497 or 11508394. OLE color: 11508394.
HSL color Cylindrical-coordinate representation of color #AA9AAF: hue angle of 285.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9AAF is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 170 | 154 | 175 | - |
CMYK | 0.03 | 0.12 | 0 | 0.31 |
HSL | 285.71º | 0.12% | 0.65% | - |
HSV(B) | 285.71º | 0.12% | 0.69% | - |
XYZ | 35.87 | 34.75 | 45.37 | - |
YUV | 161.18 | 135.8 | 134.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 154 | 175 | 0.03 | 0.12 | 0 | 0.31 | 285.71 | 0.12 | 0.65 |
Hex | AA | 9A | AF | 3 | C | 0 | 1F | 11E | C | 41 |
Octal | 252 | 232 | 257 | 3 | 14 | 0 | 37 | 436 | 14 | 101 |
Binary | 10101010 | 10011010 | 10101111 | 11 | 1100 | 0 | 11111 | 100011110 | 1100 | 1000001 |
Color Harmonies of #AA9AAF
Complementary color
Monochromatic Colors of #AA9AAF
Black with #AA9AAF
Text Example
Text Example
White with #AA9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AAF; }
p { color: rgb(170,154,175); }
H1.HeaderClassName
{
color: #AA9AAF;
}
.AnyTagClassName
{
color: #AA9AAF;
}
</style>
background-color css
<style>
a { background-color: #AA9AAF; }
a { background-color: rgb(170,154,175); }
div.DivClassName
{
background-color: #AA9AAF;
}
.BgClassName
{
background-color: #AA9AAF;
}
</style>
border-color css
<style>
span { border-color: #AA9AAF; }
span { border-color: rgb(170,154,175); }
td.TdClassName
{
border-color: #AA9AAF;
}
.TagClassName
{
border-color: #AA9AAF;
}
</style>