Shades of Grey Chateau #AAABAC
Tints of Grey Chateau #AAABAC
RGB
CMYK
RGB Variations
Color information
#AAABAC (or 0xAAABAC) is known color: Grey Chateau. HEX triplet: AA, AB and AC. RGB value is (170,171,172). Sum of RGB (Red+Green+Blue) = 170+171+172=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 172 - color contains mainly: blue. Hex color #AAABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABAC is #555453. Grayscale: #AAAAAA. Windows color (decimal): -5592148 or 11316138. OLE color: 11316138.
HSL color Cylindrical-coordinate representation of color #AAABAC: hue angle of 210º 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 #AAABAC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 171 | 172 | - |
CMYK | 0.01 | 0.01 | 0 | 0.33 |
HSL | 210º | 0.01% | 0.67% | - |
HSV(B) | 210º | 0.01% | 0.67% | - |
XYZ | 38.59 | 40.65 | 44.84 | - |
YUV | 170.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 171 | 172 | 0.01 | 0.01 | 0 | 0.33 | 210 | 0.01 | 0.67 |
Hex | AA | AB | AC | 1 | 1 | 0 | 21 | D2 | 1 | 43 |
Octal | 252 | 253 | 254 | 1 | 1 | 0 | 41 | 322 | 1 | 103 |
Binary | 10101010 | 10101011 | 10101100 | 1 | 1 | 0 | 100001 | 11010010 | 1 | 1000011 |
Color Harmonies of #AAABAC
Complementary color
Monochromatic Colors of #AAABAC
Black with #AAABAC
Text Example
Text Example
White with #AAABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABAC; }
p { color: rgb(170,171,172); }
H1.HeaderClassName
{
color: #AAABAC;
}
.AnyTagClassName
{
color: #AAABAC;
}
</style>
background-color css
<style>
a { background-color: #AAABAC; }
a { background-color: rgb(170,171,172); }
div.DivClassName
{
background-color: #AAABAC;
}
.BgClassName
{
background-color: #AAABAC;
}
</style>
border-color css
<style>
span { border-color: #AAABAC; }
span { border-color: rgb(170,171,172); }
td.TdClassName
{
border-color: #AAABAC;
}
.TagClassName
{
border-color: #AAABAC;
}
</style>