Shades of Chatelle #AAA0AC
Tints of Chatelle #AAA0AC
RGB
CMYK
RGB Variations
Color information
#AAA0AC (or 0xAAA0AC) is known color: Chatelle. HEX triplet: AA, A0 and AC. RGB value is (170,160,172). Sum of RGB (Red+Green+Blue) = 170+160+172=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: blue. Hex color #AAA0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA0AC is #555F53. Grayscale: #A4A4A4. Windows color (decimal): -5594964 or 11313322. OLE color: 11313322.
HSL color Cylindrical-coordinate representation of color #AAA0AC: hue angle of 290º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAA0AC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 172 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.33 |
| HSL | 290º | 0.07% | 0.65% | - |
| HSV(B) | 290º | 0.07% | 0.67% | - |
| XYZ | 36.59 | 36.67 | 44.18 | - |
| YUV | 164.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 172 | 0.01 | 0.07 | 0 | 0.33 | 290 | 0.07 | 0.65 |
| Hex | AA | A0 | AC | 1 | 7 | 0 | 21 | 122 | 7 | 41 |
| Octal | 252 | 240 | 254 | 1 | 7 | 0 | 41 | 442 | 7 | 101 |
| Binary | 10101010 | 10100000 | 10101100 | 1 | 111 | 0 | 100001 | 100100010 | 111 | 1000001 |
Color Harmonies of #AAA0AC
Complementary color
Monochromatic Colors of #AAA0AC
Black with #AAA0AC
Text Example
Text Example
White with #AAA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0AC; }
p { color: rgb(170,160,172); }
H1.HeaderClassName
{
color: #AAA0AC;
}
.AnyTagClassName
{
color: #AAA0AC;
}
</style>
background-color css
<style>
a { background-color: #AAA0AC; }
a { background-color: rgb(170,160,172); }
div.DivClassName
{
background-color: #AAA0AC;
}
.BgClassName
{
background-color: #AAA0AC;
}
</style>
border-color css
<style>
span { border-color: #AAA0AC; }
span { border-color: rgb(170,160,172); }
td.TdClassName
{
border-color: #AAA0AC;
}
.TagClassName
{
border-color: #AAA0AC;
}
</style>