Shades of Chatelle #A99BAE
Tints of Chatelle #A99BAE
RGB
CMYK
RGB Variations
Color information
#A99BAE (or 0xA99BAE) is known color: Chatelle. HEX triplet: A9, 9B and AE. RGB value is (169,155,174). Sum of RGB (Red+Green+Blue) = 169+155+174=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #A99BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BAE is #566451. Grayscale: #A1A1A1. Windows color (decimal): -5661778 or 11443113. OLE color: 11443113.
HSL color Cylindrical-coordinate representation of color #A99BAE: hue angle of 284.21º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99BAE is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 155 | 174 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.32 |
| HSL | 284.21º | 0.1% | 0.65% | - |
| HSV(B) | 284.21º | 0.11% | 0.68% | - |
| XYZ | 35.72 | 34.93 | 44.9 | - |
| YUV | 161.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 174 | 0.03 | 0.11 | 0 | 0.32 | 284.21 | 0.1 | 0.65 |
| Hex | A9 | 9B | AE | 3 | B | 0 | 20 | 11C | A | 41 |
| Octal | 251 | 233 | 256 | 3 | 13 | 0 | 40 | 434 | 12 | 101 |
| Binary | 10101001 | 10011011 | 10101110 | 11 | 1011 | 0 | 100000 | 100011100 | 1010 | 1000001 |
Color Harmonies of #A99BAE
Complementary color
Monochromatic Colors of #A99BAE
Black with #A99BAE
Text Example
Text Example
White with #A99BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BAE; }
p { color: rgb(169,155,174); }
H1.HeaderClassName
{
color: #A99BAE;
}
.AnyTagClassName
{
color: #A99BAE;
}
</style>
background-color css
<style>
a { background-color: #A99BAE; }
a { background-color: rgb(169,155,174); }
div.DivClassName
{
background-color: #A99BAE;
}
.BgClassName
{
background-color: #A99BAE;
}
</style>
border-color css
<style>
span { border-color: #A99BAE; }
span { border-color: rgb(169,155,174); }
td.TdClassName
{
border-color: #A99BAE;
}
.TagClassName
{
border-color: #A99BAE;
}
</style>