Shades of Chatelle #A89EAB
Tints of Chatelle #A89EAB
RGB
CMYK
RGB Variations
Color information
#A89EAB (or 0xA89EAB) is known color: Chatelle. HEX triplet: A8, 9E and AB. RGB value is (168,158,171). Sum of RGB (Red+Green+Blue) = 168+158+171=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 171 - color contains mainly: blue. Hex color #A89EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89EAB is #576154. Grayscale: #A2A2A2. Windows color (decimal): -5726549 or 11247272. OLE color: 11247272.
HSL color Cylindrical-coordinate representation of color #A89EAB: hue angle of 286.15º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A89EAB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 158 | 171 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.33 |
| HSL | 286.15º | 0.07% | 0.65% | - |
| HSV(B) | 286.15º | 0.08% | 0.67% | - |
| XYZ | 35.73 | 35.72 | 43.54 | - |
| YUV | 162.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 171 | 0.02 | 0.08 | 0 | 0.33 | 286.15 | 0.07 | 0.65 |
| Hex | A8 | 9E | AB | 2 | 8 | 0 | 21 | 11E | 7 | 41 |
| Octal | 250 | 236 | 253 | 2 | 10 | 0 | 41 | 436 | 7 | 101 |
| Binary | 10101000 | 10011110 | 10101011 | 10 | 1000 | 0 | 100001 | 100011110 | 111 | 1000001 |
Color Harmonies of #A89EAB
Complementary color
Monochromatic Colors of #A89EAB
Black with #A89EAB
Text Example
Text Example
White with #A89EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EAB; }
p { color: rgb(168,158,171); }
H1.HeaderClassName
{
color: #A89EAB;
}
.AnyTagClassName
{
color: #A89EAB;
}
</style>
background-color css
<style>
a { background-color: #A89EAB; }
a { background-color: rgb(168,158,171); }
div.DivClassName
{
background-color: #A89EAB;
}
.BgClassName
{
background-color: #A89EAB;
}
</style>
border-color css
<style>
span { border-color: #A89EAB; }
span { border-color: rgb(168,158,171); }
td.TdClassName
{
border-color: #A89EAB;
}
.TagClassName
{
border-color: #A89EAB;
}
</style>