Shades of Chatelle #A89FAB
Tints of Chatelle #A89FAB
RGB
CMYK
RGB Variations
Color information
#A89FAB (or 0xA89FAB) is known color: Chatelle. HEX triplet: A8, 9F and AB. RGB value is (168,159,171). Sum of RGB (Red+Green+Blue) = 168+159+171=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 171 - color contains mainly: blue. Hex color #A89FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89FAB is #576054. Grayscale: #A3A3A3. Windows color (decimal): -5726293 or 11247528. OLE color: 11247528.
HSL color Cylindrical-coordinate representation of color #A89FAB: hue angle of 285º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A89FAB is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 159 | 171 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.33 |
| HSL | 285º | 0.07% | 0.65% | - |
| HSV(B) | 285º | 0.07% | 0.67% | - |
| XYZ | 35.9 | 36.06 | 43.6 | - |
| YUV | 163.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 171 | 0.02 | 0.07 | 0 | 0.33 | 285 | 0.07 | 0.65 |
| Hex | A8 | 9F | AB | 2 | 7 | 0 | 21 | 11D | 7 | 41 |
| Octal | 250 | 237 | 253 | 2 | 7 | 0 | 41 | 435 | 7 | 101 |
| Binary | 10101000 | 10011111 | 10101011 | 10 | 111 | 0 | 100001 | 100011101 | 111 | 1000001 |
Color Harmonies of #A89FAB
Complementary color
Monochromatic Colors of #A89FAB
Black with #A89FAB
Text Example
Text Example
White with #A89FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FAB; }
p { color: rgb(168,159,171); }
H1.HeaderClassName
{
color: #A89FAB;
}
.AnyTagClassName
{
color: #A89FAB;
}
</style>
background-color css
<style>
a { background-color: #A89FAB; }
a { background-color: rgb(168,159,171); }
div.DivClassName
{
background-color: #A89FAB;
}
.BgClassName
{
background-color: #A89FAB;
}
</style>
border-color css
<style>
span { border-color: #A89FAB; }
span { border-color: rgb(168,159,171); }
td.TdClassName
{
border-color: #A89FAB;
}
.TagClassName
{
border-color: #A89FAB;
}
</style>