Shades of Chatelle #A99AAC
Tints of Chatelle #A99AAC
RGB
CMYK
RGB Variations
Color information
#A99AAC (or 0xA99AAC) is known color: Chatelle. HEX triplet: A9, 9A and AC. RGB value is (169,154,172). Sum of RGB (Red+Green+Blue) = 169+154+172=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 154 (60.55% from 255 or 31.11% 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 #A99AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99AAC is #566553. Grayscale: #A0A0A0. Windows color (decimal): -5662036 or 11311785. OLE color: 11311785.
HSL color Cylindrical-coordinate representation of color #A99AAC: hue angle of 290º degrees, saturation: 0.1, 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 #A99AAC is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 154 | 172 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.33 |
| HSL | 290º | 0.1% | 0.64% | - |
| HSV(B) | 290º | 0.1% | 0.67% | - |
| XYZ | 35.36 | 34.52 | 43.83 | - |
| YUV | 160.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 172 | 0.02 | 0.10 | 0 | 0.33 | 290 | 0.1 | 0.64 |
| Hex | A9 | 9A | AC | 2 | A | 0 | 21 | 122 | A | 40 |
| Octal | 251 | 232 | 254 | 2 | 12 | 0 | 41 | 442 | 12 | 100 |
| Binary | 10101001 | 10011010 | 10101100 | 10 | 1010 | 0 | 100001 | 100100010 | 1010 | 1000000 |
Color Harmonies of #A99AAC
Complementary color
Monochromatic Colors of #A99AAC
Black with #A99AAC
Text Example
Text Example
White with #A99AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99AAC; }
p { color: rgb(169,154,172); }
H1.HeaderClassName
{
color: #A99AAC;
}
.AnyTagClassName
{
color: #A99AAC;
}
</style>
background-color css
<style>
a { background-color: #A99AAC; }
a { background-color: rgb(169,154,172); }
div.DivClassName
{
background-color: #A99AAC;
}
.BgClassName
{
background-color: #A99AAC;
}
</style>
border-color css
<style>
span { border-color: #A99AAC; }
span { border-color: rgb(169,154,172); }
td.TdClassName
{
border-color: #A99AAC;
}
.TagClassName
{
border-color: #A99AAC;
}
</style>