Shades of Chatelle #A49BA8
Tints of Chatelle #A49BA8
RGB
CMYK
RGB Variations
Color information
#A49BA8 (or 0xA49BA8) is known color: Chatelle. HEX triplet: A4, 9B and A8. RGB value is (164,155,168). Sum of RGB (Red+Green+Blue) = 164+155+168=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 168 - color contains mainly: blue. Hex color #A49BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BA8 is #5B6457. Grayscale: #9F9F9F. Windows color (decimal): -5989464 or 11049892. OLE color: 11049892.
HSL color Cylindrical-coordinate representation of color #A49BA8: hue angle of 281.54º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A49BA8 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 164 | 155 | 168 | - |
CMYK | 0.02 | 0.08 | 0 | 0.34 |
HSL | 281.54º | 0.07% | 0.63% | - |
HSV(B) | 281.54º | 0.08% | 0.66% | - |
XYZ | 34.1 | 34.16 | 41.84 | - |
YUV | 159.17 | 132.98 | 131.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 155 | 168 | 0.02 | 0.08 | 0 | 0.34 | 281.54 | 0.07 | 0.63 |
Hex | A4 | 9B | A8 | 2 | 8 | 0 | 22 | 11A | 7 | 3F |
Octal | 244 | 233 | 250 | 2 | 10 | 0 | 42 | 432 | 7 | 77 |
Binary | 10100100 | 10011011 | 10101000 | 10 | 1000 | 0 | 100010 | 100011010 | 111 | 111111 |
Color Harmonies of #A49BA8
Complementary color
Monochromatic Colors of #A49BA8
Black with #A49BA8
Text Example
Text Example
White with #A49BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BA8; }
p { color: rgb(164,155,168); }
H1.HeaderClassName
{
color: #A49BA8;
}
.AnyTagClassName
{
color: #A49BA8;
}
</style>
background-color css
<style>
a { background-color: #A49BA8; }
a { background-color: rgb(164,155,168); }
div.DivClassName
{
background-color: #A49BA8;
}
.BgClassName
{
background-color: #A49BA8;
}
</style>
border-color css
<style>
span { border-color: #A49BA8; }
span { border-color: rgb(164,155,168); }
td.TdClassName
{
border-color: #A49BA8;
}
.TagClassName
{
border-color: #A49BA8;
}
</style>