Shades of Chatelle #A99BAF
Tints of Chatelle #A99BAF
RGB
CMYK
RGB Variations
Color information
#A99BAF (or 0xA99BAF) is known color: Chatelle. HEX triplet: A9, 9B and AF. RGB value is (169,155,175). Sum of RGB (Red+Green+Blue) = 169+155+175=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #A99BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BAF is #566450. Grayscale: #A1A1A1. Windows color (decimal): -5661777 or 11508649. OLE color: 11508649.
HSL color Cylindrical-coordinate representation of color #A99BAF: hue angle of 282º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99BAF is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 155 | 175 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.31 |
| HSL | 282º | 0.11% | 0.65% | - |
| HSV(B) | 282º | 0.11% | 0.69% | - |
| XYZ | 35.82 | 34.97 | 45.42 | - |
| YUV | 161.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 175 | 0.03 | 0.11 | 0 | 0.31 | 282 | 0.11 | 0.65 |
| Hex | A9 | 9B | AF | 3 | B | 0 | 1F | 11A | B | 41 |
| Octal | 251 | 233 | 257 | 3 | 13 | 0 | 37 | 432 | 13 | 101 |
| Binary | 10101001 | 10011011 | 10101111 | 11 | 1011 | 0 | 11111 | 100011010 | 1011 | 1000001 |
Color Harmonies of #A99BAF
Complementary color
Monochromatic Colors of #A99BAF
Black with #A99BAF
Text Example
Text Example
White with #A99BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BAF; }
p { color: rgb(169,155,175); }
H1.HeaderClassName
{
color: #A99BAF;
}
.AnyTagClassName
{
color: #A99BAF;
}
</style>
background-color css
<style>
a { background-color: #A99BAF; }
a { background-color: rgb(169,155,175); }
div.DivClassName
{
background-color: #A99BAF;
}
.BgClassName
{
background-color: #A99BAF;
}
</style>
border-color css
<style>
span { border-color: #A99BAF; }
span { border-color: rgb(169,155,175); }
td.TdClassName
{
border-color: #A99BAF;
}
.TagClassName
{
border-color: #A99BAF;
}
</style>