Shades of Chatelle #A89CAD
Tints of Chatelle #A89CAD
RGB
CMYK
RGB Variations
Color information
#A89CAD (or 0xA89CAD) is known color: Chatelle. HEX triplet: A8, 9C and AD. RGB value is (168,156,173). Sum of RGB (Red+Green+Blue) = 168+156+173=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 173 - color contains mainly: blue. Hex color #A89CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89CAD is #576352. Grayscale: #A1A1A1. Windows color (decimal): -5727059 or 11377832. OLE color: 11377832.
HSL color Cylindrical-coordinate representation of color #A89CAD: hue angle of 282.35º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A89CAD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 156 | 173 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.32 |
| HSL | 282.35º | 0.09% | 0.65% | - |
| HSV(B) | 282.35º | 0.1% | 0.68% | - |
| XYZ | 35.58 | 35.12 | 44.44 | - |
| YUV | 161.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 173 | 0.03 | 0.10 | 0 | 0.32 | 282.35 | 0.09 | 0.65 |
| Hex | A8 | 9C | AD | 3 | A | 0 | 20 | 11A | 9 | 41 |
| Octal | 250 | 234 | 255 | 3 | 12 | 0 | 40 | 432 | 11 | 101 |
| Binary | 10101000 | 10011100 | 10101101 | 11 | 1010 | 0 | 100000 | 100011010 | 1001 | 1000001 |
Color Harmonies of #A89CAD
Complementary color
Monochromatic Colors of #A89CAD
Black with #A89CAD
Text Example
Text Example
White with #A89CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CAD; }
p { color: rgb(168,156,173); }
H1.HeaderClassName
{
color: #A89CAD;
}
.AnyTagClassName
{
color: #A89CAD;
}
</style>
background-color css
<style>
a { background-color: #A89CAD; }
a { background-color: rgb(168,156,173); }
div.DivClassName
{
background-color: #A89CAD;
}
.BgClassName
{
background-color: #A89CAD;
}
</style>
border-color css
<style>
span { border-color: #A89CAD; }
span { border-color: rgb(168,156,173); }
td.TdClassName
{
border-color: #A89CAD;
}
.TagClassName
{
border-color: #A89CAD;
}
</style>