Shades of Chatelle #A99BAC
Tints of Chatelle #A99BAC
RGB
CMYK
RGB Variations
Color information
#A99BAC (or 0xA99BAC) is known color: Chatelle. HEX triplet: A9, 9B and AC. RGB value is (169,155,172). Sum of RGB (Red+Green+Blue) = 169+155+172=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: blue. Hex color #A99BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BAC is #566453. Grayscale: #A1A1A1. Windows color (decimal): -5661780 or 11312041. OLE color: 11312041.
HSL color Cylindrical-coordinate representation of color #A99BAC: hue angle of 289.41º 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 #A99BAC is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 155 | 172 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.33 |
| HSL | 289.41º | 0.09% | 0.64% | - |
| HSV(B) | 289.41º | 0.1% | 0.67% | - |
| XYZ | 35.53 | 34.86 | 43.89 | - |
| YUV | 161.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 172 | 0.02 | 0.10 | 0 | 0.33 | 289.41 | 0.09 | 0.64 |
| Hex | A9 | 9B | AC | 2 | A | 0 | 21 | 121 | 9 | 40 |
| Octal | 251 | 233 | 254 | 2 | 12 | 0 | 41 | 441 | 11 | 100 |
| Binary | 10101001 | 10011011 | 10101100 | 10 | 1010 | 0 | 100001 | 100100001 | 1001 | 1000000 |
Color Harmonies of #A99BAC
Complementary color
Monochromatic Colors of #A99BAC
Black with #A99BAC
Text Example
Text Example
White with #A99BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BAC; }
p { color: rgb(169,155,172); }
H1.HeaderClassName
{
color: #A99BAC;
}
.AnyTagClassName
{
color: #A99BAC;
}
</style>
background-color css
<style>
a { background-color: #A99BAC; }
a { background-color: rgb(169,155,172); }
div.DivClassName
{
background-color: #A99BAC;
}
.BgClassName
{
background-color: #A99BAC;
}
</style>
border-color css
<style>
span { border-color: #A99BAC; }
span { border-color: rgb(169,155,172); }
td.TdClassName
{
border-color: #A99BAC;
}
.TagClassName
{
border-color: #A99BAC;
}
</style>