Shades of Chatelle #AAA8AC
Tints of Chatelle #AAA8AC
RGB
CMYK
RGB Variations
Color information
#AAA8AC (or 0xAAA8AC) is known color: Chatelle. HEX triplet: AA, A8 and AC. RGB value is (170,168,172). Sum of RGB (Red+Green+Blue) = 170+168+172=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 172 - color contains mainly: blue. Hex color #AAA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8AC is #555753. Grayscale: #A9A9A9. Windows color (decimal): -5592916 or 11315370. OLE color: 11315370.
HSL color Cylindrical-coordinate representation of color #AAA8AC: hue angle of 270º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAA8AC is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 168 | 172 | - |
CMYK | 0.01 | 0.02 | 0 | 0.33 |
HSL | 270º | 0.02% | 0.67% | - |
HSV(B) | 270º | 0.02% | 0.67% | - |
XYZ | 38.03 | 39.53 | 44.66 | - |
YUV | 169.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 168 | 172 | 0.01 | 0.02 | 0 | 0.33 | 270 | 0.02 | 0.67 |
Hex | AA | A8 | AC | 1 | 2 | 0 | 21 | 10E | 2 | 43 |
Octal | 252 | 250 | 254 | 1 | 2 | 0 | 41 | 416 | 2 | 103 |
Binary | 10101010 | 10101000 | 10101100 | 1 | 10 | 0 | 100001 | 100001110 | 10 | 1000011 |
Color Harmonies of #AAA8AC
Complementary color
Monochromatic Colors of #AAA8AC
Black with #AAA8AC
Text Example
Text Example
White with #AAA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8AC; }
p { color: rgb(170,168,172); }
H1.HeaderClassName
{
color: #AAA8AC;
}
.AnyTagClassName
{
color: #AAA8AC;
}
</style>
background-color css
<style>
a { background-color: #AAA8AC; }
a { background-color: rgb(170,168,172); }
div.DivClassName
{
background-color: #AAA8AC;
}
.BgClassName
{
background-color: #AAA8AC;
}
</style>
border-color css
<style>
span { border-color: #AAA8AC; }
span { border-color: rgb(170,168,172); }
td.TdClassName
{
border-color: #AAA8AC;
}
.TagClassName
{
border-color: #AAA8AC;
}
</style>