Shades of Chatelle #A89BAC
Tints of Chatelle #A89BAC
RGB
CMYK
RGB Variations
Color information
#A89BAC (or 0xA89BAC) is known color: Chatelle. HEX triplet: A8, 9B and AC. RGB value is (168,155,172). Sum of RGB (Red+Green+Blue) = 168+155+172=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: blue. Hex color #A89BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89BAC is #576453. Grayscale: #A0A0A0. Windows color (decimal): -5727316 or 11312040. OLE color: 11312040.
HSL color Cylindrical-coordinate representation of color #A89BAC: hue angle of 285.88º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A89BAC is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 155 | 172 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.33 |
| HSL | 285.88º | 0.09% | 0.64% | - |
| HSV(B) | 285.88º | 0.1% | 0.67% | - |
| XYZ | 35.32 | 34.75 | 43.88 | - |
| YUV | 160.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 172 | 0.02 | 0.10 | 0 | 0.33 | 285.88 | 0.09 | 0.64 |
| Hex | A8 | 9B | AC | 2 | A | 0 | 21 | 11E | 9 | 40 |
| Octal | 250 | 233 | 254 | 2 | 12 | 0 | 41 | 436 | 11 | 100 |
| Binary | 10101000 | 10011011 | 10101100 | 10 | 1010 | 0 | 100001 | 100011110 | 1001 | 1000000 |
Color Harmonies of #A89BAC
Complementary color
Monochromatic Colors of #A89BAC
Black with #A89BAC
Text Example
Text Example
White with #A89BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89BAC; }
p { color: rgb(168,155,172); }
H1.HeaderClassName
{
color: #A89BAC;
}
.AnyTagClassName
{
color: #A89BAC;
}
</style>
background-color css
<style>
a { background-color: #A89BAC; }
a { background-color: rgb(168,155,172); }
div.DivClassName
{
background-color: #A89BAC;
}
.BgClassName
{
background-color: #A89BAC;
}
</style>
border-color css
<style>
span { border-color: #A89BAC; }
span { border-color: rgb(168,155,172); }
td.TdClassName
{
border-color: #A89BAC;
}
.TagClassName
{
border-color: #A89BAC;
}
</style>