Shades of Chatelle #ABAAAC
Tints of Chatelle #ABAAAC
RGB
CMYK
RGB Variations
Color information
#ABAAAC (or 0xABAAAC) is known color: Chatelle. HEX triplet: AB, AA and AC. RGB value is (171,170,172). Sum of RGB (Red+Green+Blue) = 171+170+172=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 170 (66.80% from 255 or 33.14% 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 #ABAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAAC is #545553. Grayscale: #AAAAAA. Windows color (decimal): -5526868 or 11315883. OLE color: 11315883.
HSL color Cylindrical-coordinate representation of color #ABAAAC: 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 #ABAAAC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 172 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.33 |
| HSL | 270º | 0.01% | 0.67% | - |
| HSV(B) | 270º | 0.01% | 0.67% | - |
| XYZ | 38.62 | 40.39 | 44.79 | - |
| YUV | 170.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 172 | 0.01 | 0.01 | 0 | 0.33 | 270 | 0.01 | 0.67 |
| Hex | AB | AA | AC | 1 | 1 | 0 | 21 | 10E | 1 | 43 |
| Octal | 253 | 252 | 254 | 1 | 1 | 0 | 41 | 416 | 1 | 103 |
| Binary | 10101011 | 10101010 | 10101100 | 1 | 1 | 0 | 100001 | 100001110 | 1 | 1000011 |
Color Harmonies of #ABAAAC
Complementary color
Monochromatic Colors of #ABAAAC
Black with #ABAAAC
Text Example
Text Example
White with #ABAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAAC; }
p { color: rgb(171,170,172); }
H1.HeaderClassName
{
color: #ABAAAC;
}
.AnyTagClassName
{
color: #ABAAAC;
}
</style>
background-color css
<style>
a { background-color: #ABAAAC; }
a { background-color: rgb(171,170,172); }
div.DivClassName
{
background-color: #ABAAAC;
}
.BgClassName
{
background-color: #ABAAAC;
}
</style>
border-color css
<style>
span { border-color: #ABAAAC; }
span { border-color: rgb(171,170,172); }
td.TdClassName
{
border-color: #ABAAAC;
}
.TagClassName
{
border-color: #ABAAAC;
}
</style>