Shades of Chatelle #A99FAC
Tints of Chatelle #A99FAC
RGB
CMYK
RGB Variations
Color information
#A99FAC (or 0xA99FAC) is known color: Chatelle. HEX triplet: A9, 9F and AC. RGB value is (169,159,172). Sum of RGB (Red+Green+Blue) = 169+159+172=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: blue. Hex color #A99FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99FAC is #566053. Grayscale: #A3A3A3. Windows color (decimal): -5660756 or 11313065. OLE color: 11313065.
HSL color Cylindrical-coordinate representation of color #A99FAC: hue angle of 286.15º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A99FAC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 159 | 172 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.33 |
| HSL | 286.15º | 0.07% | 0.65% | - |
| HSV(B) | 286.15º | 0.08% | 0.67% | - |
| XYZ | 36.21 | 36.21 | 44.11 | - |
| YUV | 163.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 172 | 0.02 | 0.08 | 0 | 0.33 | 286.15 | 0.07 | 0.65 |
| Hex | A9 | 9F | AC | 2 | 8 | 0 | 21 | 11E | 7 | 41 |
| Octal | 251 | 237 | 254 | 2 | 10 | 0 | 41 | 436 | 7 | 101 |
| Binary | 10101001 | 10011111 | 10101100 | 10 | 1000 | 0 | 100001 | 100011110 | 111 | 1000001 |
Color Harmonies of #A99FAC
Complementary color
Monochromatic Colors of #A99FAC
Black with #A99FAC
Text Example
Text Example
White with #A99FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99FAC; }
p { color: rgb(169,159,172); }
H1.HeaderClassName
{
color: #A99FAC;
}
.AnyTagClassName
{
color: #A99FAC;
}
</style>
background-color css
<style>
a { background-color: #A99FAC; }
a { background-color: rgb(169,159,172); }
div.DivClassName
{
background-color: #A99FAC;
}
.BgClassName
{
background-color: #A99FAC;
}
</style>
border-color css
<style>
span { border-color: #A99FAC; }
span { border-color: rgb(169,159,172); }
td.TdClassName
{
border-color: #A99FAC;
}
.TagClassName
{
border-color: #A99FAC;
}
</style>