Shades of Chatelle #A99FAE
Tints of Chatelle #A99FAE
RGB
CMYK
RGB Variations
Color information
#A99FAE (or 0xA99FAE) is known color: Chatelle. HEX triplet: A9, 9F and AE. RGB value is (169,159,174). Sum of RGB (Red+Green+Blue) = 169+159+174=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #A99FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99FAE is #566051. Grayscale: #A3A3A3. Windows color (decimal): -5660754 or 11444137. OLE color: 11444137.
HSL color Cylindrical-coordinate representation of color #A99FAE: hue angle of 280º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A99FAE is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 159 | 174 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.32 |
| HSL | 280º | 0.08% | 0.65% | - |
| HSV(B) | 280º | 0.09% | 0.68% | - |
| XYZ | 36.4 | 36.29 | 45.13 | - |
| YUV | 163.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 174 | 0.03 | 0.09 | 0 | 0.32 | 280 | 0.08 | 0.65 |
| Hex | A9 | 9F | AE | 3 | 9 | 0 | 20 | 118 | 8 | 41 |
| Octal | 251 | 237 | 256 | 3 | 11 | 0 | 40 | 430 | 10 | 101 |
| Binary | 10101001 | 10011111 | 10101110 | 11 | 1001 | 0 | 100000 | 100011000 | 1000 | 1000001 |
Color Harmonies of #A99FAE
Complementary color
Monochromatic Colors of #A99FAE
Black with #A99FAE
Text Example
Text Example
White with #A99FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99FAE; }
p { color: rgb(169,159,174); }
H1.HeaderClassName
{
color: #A99FAE;
}
.AnyTagClassName
{
color: #A99FAE;
}
</style>
background-color css
<style>
a { background-color: #A99FAE; }
a { background-color: rgb(169,159,174); }
div.DivClassName
{
background-color: #A99FAE;
}
.BgClassName
{
background-color: #A99FAE;
}
</style>
border-color css
<style>
span { border-color: #A99FAE; }
span { border-color: rgb(169,159,174); }
td.TdClassName
{
border-color: #A99FAE;
}
.TagClassName
{
border-color: #A99FAE;
}
</style>