Shades of Chatelle #A99CAC
Tints of Chatelle #A99CAC
RGB
CMYK
RGB Variations
Color information
#A99CAC (or 0xA99CAC) is known color: Chatelle. HEX triplet: A9, 9C and AC. RGB value is (169,156,172). Sum of RGB (Red+Green+Blue) = 169+156+172=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 172 - color contains mainly: blue. Hex color #A99CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CAC is #566353. Grayscale: #A1A1A1. Windows color (decimal): -5661524 or 11312297. OLE color: 11312297.
HSL color Cylindrical-coordinate representation of color #A99CAC: hue angle of 288.75º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A99CAC is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 156 | 172 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.33 |
| HSL | 288.75º | 0.09% | 0.64% | - |
| HSV(B) | 288.75º | 0.09% | 0.67% | - |
| XYZ | 35.7 | 35.19 | 43.94 | - |
| YUV | 161.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 172 | 0.02 | 0.09 | 0 | 0.33 | 288.75 | 0.09 | 0.64 |
| Hex | A9 | 9C | AC | 2 | 9 | 0 | 21 | 121 | 9 | 40 |
| Octal | 251 | 234 | 254 | 2 | 11 | 0 | 41 | 441 | 11 | 100 |
| Binary | 10101001 | 10011100 | 10101100 | 10 | 1001 | 0 | 100001 | 100100001 | 1001 | 1000000 |
Color Harmonies of #A99CAC
Complementary color
Monochromatic Colors of #A99CAC
Black with #A99CAC
Text Example
Text Example
White with #A99CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CAC; }
p { color: rgb(169,156,172); }
H1.HeaderClassName
{
color: #A99CAC;
}
.AnyTagClassName
{
color: #A99CAC;
}
</style>
background-color css
<style>
a { background-color: #A99CAC; }
a { background-color: rgb(169,156,172); }
div.DivClassName
{
background-color: #A99CAC;
}
.BgClassName
{
background-color: #A99CAC;
}
</style>
border-color css
<style>
span { border-color: #A99CAC; }
span { border-color: rgb(169,156,172); }
td.TdClassName
{
border-color: #A99CAC;
}
.TagClassName
{
border-color: #A99CAC;
}
</style>