Shades of Chatelle #A89EAA
Tints of Chatelle #A89EAA
RGB
CMYK
RGB Variations
Color information
#A89EAA (or 0xA89EAA) is known color: Chatelle. HEX triplet: A8, 9E and AA. RGB value is (168,158,170). Sum of RGB (Red+Green+Blue) = 168+158+170=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 170 - color contains mainly: blue. Hex color #A89EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89EAA is #576155. Grayscale: #A2A2A2. Windows color (decimal): -5726550 or 11181736. OLE color: 11181736.
HSL color Cylindrical-coordinate representation of color #A89EAA: hue angle of 290º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A89EAA is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 158 | 170 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.33 |
| HSL | 290º | 0.07% | 0.64% | - |
| HSV(B) | 290º | 0.07% | 0.67% | - |
| XYZ | 35.63 | 35.68 | 43.04 | - |
| YUV | 162.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 170 | 0.01 | 0.07 | 0 | 0.33 | 290 | 0.07 | 0.64 |
| Hex | A8 | 9E | AA | 1 | 7 | 0 | 21 | 122 | 7 | 40 |
| Octal | 250 | 236 | 252 | 1 | 7 | 0 | 41 | 442 | 7 | 100 |
| Binary | 10101000 | 10011110 | 10101010 | 1 | 111 | 0 | 100001 | 100100010 | 111 | 1000000 |
Color Harmonies of #A89EAA
Complementary color
Monochromatic Colors of #A89EAA
Black with #A89EAA
Text Example
Text Example
White with #A89EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EAA; }
p { color: rgb(168,158,170); }
H1.HeaderClassName
{
color: #A89EAA;
}
.AnyTagClassName
{
color: #A89EAA;
}
</style>
background-color css
<style>
a { background-color: #A89EAA; }
a { background-color: rgb(168,158,170); }
div.DivClassName
{
background-color: #A89EAA;
}
.BgClassName
{
background-color: #A89EAA;
}
</style>
border-color css
<style>
span { border-color: #A89EAA; }
span { border-color: rgb(168,158,170); }
td.TdClassName
{
border-color: #A89EAA;
}
.TagClassName
{
border-color: #A89EAA;
}
</style>