Shades of Chatelle #ABA6B2
Tints of Chatelle #ABA6B2
RGB
CMYK
RGB Variations
Color information
#ABA6B2 (or 0xABA6B2) is known color: Chatelle. HEX triplet: AB, A6 and B2. RGB value is (171,166,178). Sum of RGB (Red+Green+Blue) = 171+166+178=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABA6B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6B2 is #54594D. Grayscale: #A8A8A8. Windows color (decimal): -5527886 or 11708075. OLE color: 11708075.
HSL color Cylindrical-coordinate representation of color #ABA6B2: hue angle of 265º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABA6B2 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 166 | 178 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.30 |
| HSL | 265º | 0.07% | 0.67% | - |
| HSV(B) | 265º | 0.07% | 0.7% | - |
| XYZ | 38.47 | 39.14 | 47.65 | - |
| YUV | 168.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 178 | 0.04 | 0.07 | 0 | 0.30 | 265 | 0.07 | 0.67 |
| Hex | AB | A6 | B2 | 4 | 7 | 0 | 1E | 109 | 7 | 43 |
| Octal | 253 | 246 | 262 | 4 | 7 | 0 | 36 | 411 | 7 | 103 |
| Binary | 10101011 | 10100110 | 10110010 | 100 | 111 | 0 | 11110 | 100001001 | 111 | 1000011 |
Color Harmonies of #ABA6B2
Complementary color
Monochromatic Colors of #ABA6B2
Black with #ABA6B2
Text Example
Text Example
White with #ABA6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6B2; }
p { color: rgb(171,166,178); }
H1.HeaderClassName
{
color: #ABA6B2;
}
.AnyTagClassName
{
color: #ABA6B2;
}
</style>
background-color css
<style>
a { background-color: #ABA6B2; }
a { background-color: rgb(171,166,178); }
div.DivClassName
{
background-color: #ABA6B2;
}
.BgClassName
{
background-color: #ABA6B2;
}
</style>
border-color css
<style>
span { border-color: #ABA6B2; }
span { border-color: rgb(171,166,178); }
td.TdClassName
{
border-color: #ABA6B2;
}
.TagClassName
{
border-color: #ABA6B2;
}
</style>