Shades of Chatelle #A99DAB
Tints of Chatelle #A99DAB
RGB
CMYK
RGB Variations
Color information
#A99DAB (or 0xA99DAB) is known color: Chatelle. HEX triplet: A9, 9D and AB. RGB value is (169,157,171). Sum of RGB (Red+Green+Blue) = 169+157+171=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 171 - color contains mainly: blue. Hex color #A99DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99DAB is #566254. Grayscale: #A2A2A2. Windows color (decimal): -5661269 or 11247017. OLE color: 11247017.
HSL color Cylindrical-coordinate representation of color #A99DAB: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A99DAB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 169 | 157 | 171 | - |
CMYK | 0.01 | 0.08 | 0 | 0.33 |
HSL | 291.43º | 0.08% | 0.64% | - |
HSV(B) | 291.43º | 0.08% | 0.67% | - |
XYZ | 35.77 | 35.49 | 43.49 | - |
YUV | 162.18 | 132.98 | 132.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 157 | 171 | 0.01 | 0.08 | 0 | 0.33 | 291.43 | 0.08 | 0.64 |
Hex | A9 | 9D | AB | 1 | 8 | 0 | 21 | 123 | 8 | 40 |
Octal | 251 | 235 | 253 | 1 | 10 | 0 | 41 | 443 | 10 | 100 |
Binary | 10101001 | 10011101 | 10101011 | 1 | 1000 | 0 | 100001 | 100100011 | 1000 | 1000000 |
Color Harmonies of #A99DAB
Complementary color
Monochromatic Colors of #A99DAB
Black with #A99DAB
Text Example
Text Example
White with #A99DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DAB; }
p { color: rgb(169,157,171); }
H1.HeaderClassName
{
color: #A99DAB;
}
.AnyTagClassName
{
color: #A99DAB;
}
</style>
background-color css
<style>
a { background-color: #A99DAB; }
a { background-color: rgb(169,157,171); }
div.DivClassName
{
background-color: #A99DAB;
}
.BgClassName
{
background-color: #A99DAB;
}
</style>
border-color css
<style>
span { border-color: #A99DAB; }
span { border-color: rgb(169,157,171); }
td.TdClassName
{
border-color: #A99DAB;
}
.TagClassName
{
border-color: #A99DAB;
}
</style>