Shades of Chatelle #A89AAD
Tints of Chatelle #A89AAD
RGB
CMYK
RGB Variations
Color information
#A89AAD (or 0xA89AAD) is known color: Chatelle. HEX triplet: A8, 9A and AD. RGB value is (168,154,173). Sum of RGB (Red+Green+Blue) = 168+154+173=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #A89AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89AAD is #576552. Grayscale: #A0A0A0. Windows color (decimal): -5727571 or 11377320. OLE color: 11377320.
HSL color Cylindrical-coordinate representation of color #A89AAD: hue angle of 284.21º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A89AAD is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 154 | 173 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.32 |
| HSL | 284.21º | 0.1% | 0.64% | - |
| HSV(B) | 284.21º | 0.11% | 0.68% | - |
| XYZ | 35.25 | 34.45 | 44.33 | - |
| YUV | 160.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 173 | 0.03 | 0.11 | 0 | 0.32 | 284.21 | 0.1 | 0.64 |
| Hex | A8 | 9A | AD | 3 | B | 0 | 20 | 11C | A | 40 |
| Octal | 250 | 232 | 255 | 3 | 13 | 0 | 40 | 434 | 12 | 100 |
| Binary | 10101000 | 10011010 | 10101101 | 11 | 1011 | 0 | 100000 | 100011100 | 1010 | 1000000 |
Color Harmonies of #A89AAD
Complementary color
Monochromatic Colors of #A89AAD
Black with #A89AAD
Text Example
Text Example
White with #A89AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AAD; }
p { color: rgb(168,154,173); }
H1.HeaderClassName
{
color: #A89AAD;
}
.AnyTagClassName
{
color: #A89AAD;
}
</style>
background-color css
<style>
a { background-color: #A89AAD; }
a { background-color: rgb(168,154,173); }
div.DivClassName
{
background-color: #A89AAD;
}
.BgClassName
{
background-color: #A89AAD;
}
</style>
border-color css
<style>
span { border-color: #A89AAD; }
span { border-color: rgb(168,154,173); }
td.TdClassName
{
border-color: #A89AAD;
}
.TagClassName
{
border-color: #A89AAD;
}
</style>