Shades of Chatelle #A89DAD
Tints of Chatelle #A89DAD
RGB
CMYK
RGB Variations
Color information
#A89DAD (or 0xA89DAD) is known color: Chatelle. HEX triplet: A8, 9D and AD. RGB value is (168,157,173). Sum of RGB (Red+Green+Blue) = 168+157+173=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #A89DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89DAD is #576252. Grayscale: #A2A2A2. Windows color (decimal): -5726803 or 11378088. OLE color: 11378088.
HSL color Cylindrical-coordinate representation of color #A89DAD: hue angle of 281.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A89DAD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 157 | 173 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.32 |
| HSL | 281.25º | 0.09% | 0.65% | - |
| HSV(B) | 281.25º | 0.09% | 0.68% | - |
| XYZ | 35.75 | 35.46 | 44.49 | - |
| YUV | 162.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 173 | 0.03 | 0.09 | 0 | 0.32 | 281.25 | 0.09 | 0.65 |
| Hex | A8 | 9D | AD | 3 | 9 | 0 | 20 | 119 | 9 | 41 |
| Octal | 250 | 235 | 255 | 3 | 11 | 0 | 40 | 431 | 11 | 101 |
| Binary | 10101000 | 10011101 | 10101101 | 11 | 1001 | 0 | 100000 | 100011001 | 1001 | 1000001 |
Color Harmonies of #A89DAD
Complementary color
Monochromatic Colors of #A89DAD
Black with #A89DAD
Text Example
Text Example
White with #A89DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DAD; }
p { color: rgb(168,157,173); }
H1.HeaderClassName
{
color: #A89DAD;
}
.AnyTagClassName
{
color: #A89DAD;
}
</style>
background-color css
<style>
a { background-color: #A89DAD; }
a { background-color: rgb(168,157,173); }
div.DivClassName
{
background-color: #A89DAD;
}
.BgClassName
{
background-color: #A89DAD;
}
</style>
border-color css
<style>
span { border-color: #A89DAD; }
span { border-color: rgb(168,157,173); }
td.TdClassName
{
border-color: #A89DAD;
}
.TagClassName
{
border-color: #A89DAD;
}
</style>