Shades of Chatelle #A89DAF
Tints of Chatelle #A89DAF
RGB
CMYK
RGB Variations
Color information
#A89DAF (or 0xA89DAF) is known color: Chatelle. HEX triplet: A8, 9D and AF. RGB value is (168,157,175). Sum of RGB (Red+Green+Blue) = 168+157+175=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 175 - color contains mainly: blue. Hex color #A89DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89DAF is #576250. Grayscale: #A2A2A2. Windows color (decimal): -5726801 or 11509160. OLE color: 11509160.
HSL color Cylindrical-coordinate representation of color #A89DAF: hue angle of 276.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A89DAF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 157 | 175 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.31 |
| HSL | 276.67º | 0.1% | 0.65% | - |
| HSV(B) | 276.67º | 0.1% | 0.69% | - |
| XYZ | 35.94 | 35.53 | 45.52 | - |
| YUV | 162.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 175 | 0.04 | 0.10 | 0 | 0.31 | 276.67 | 0.1 | 0.65 |
| Hex | A8 | 9D | AF | 4 | A | 0 | 1F | 115 | A | 41 |
| Octal | 250 | 235 | 257 | 4 | 12 | 0 | 37 | 425 | 12 | 101 |
| Binary | 10101000 | 10011101 | 10101111 | 100 | 1010 | 0 | 11111 | 100010101 | 1010 | 1000001 |
Color Harmonies of #A89DAF
Complementary color
Monochromatic Colors of #A89DAF
Black with #A89DAF
Text Example
Text Example
White with #A89DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DAF; }
p { color: rgb(168,157,175); }
H1.HeaderClassName
{
color: #A89DAF;
}
.AnyTagClassName
{
color: #A89DAF;
}
</style>
background-color css
<style>
a { background-color: #A89DAF; }
a { background-color: rgb(168,157,175); }
div.DivClassName
{
background-color: #A89DAF;
}
.BgClassName
{
background-color: #A89DAF;
}
</style>
border-color css
<style>
span { border-color: #A89DAF; }
span { border-color: rgb(168,157,175); }
td.TdClassName
{
border-color: #A89DAF;
}
.TagClassName
{
border-color: #A89DAF;
}
</style>