Shades of Zorba #A49C97
Tints of Zorba #A49C97
RGB
CMYK
RGB Variations
Color information
#A49C97 (or 0xA49C97) is known color: Zorba. HEX triplet: A4, 9C and 97. RGB value is (164,156,151). Sum of RGB (Red+Green+Blue) = 164+156+151=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C97 is #5B6368. Grayscale: #9D9D9D. Windows color (decimal): -5989225 or 9936036. OLE color: 9936036.
HSL color Cylindrical-coordinate representation of color #A49C97: hue angle of 23.08º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A49C97 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 156 | 151 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.36 |
| HSL | 23.08º | 0.07% | 0.62% | - |
| HSV(B) | 23.08º | 0.08% | 0.64% | - |
| XYZ | 32.78 | 33.9 | 34.09 | - |
| YUV | 157.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 151 | 0 | 0.05 | 0.08 | 0.36 | 23.08 | 0.07 | 0.62 |
| Hex | A4 | 9C | 97 | 0 | 5 | 8 | 24 | 17 | 7 | 3E |
| Octal | 244 | 234 | 227 | 0 | 5 | 10 | 44 | 27 | 7 | 76 |
| Binary | 10100100 | 10011100 | 10010111 | 0 | 101 | 1000 | 100100 | 10111 | 111 | 111110 |
Color Harmonies of #A49C97
Complementary color
Monochromatic Colors of #A49C97
Black with #A49C97
Text Example
Text Example
White with #A49C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C97; }
p { color: rgb(164,156,151); }
H1.HeaderClassName
{
color: #A49C97;
}
.AnyTagClassName
{
color: #A49C97;
}
</style>
background-color css
<style>
a { background-color: #A49C97; }
a { background-color: rgb(164,156,151); }
div.DivClassName
{
background-color: #A49C97;
}
.BgClassName
{
background-color: #A49C97;
}
</style>
border-color css
<style>
span { border-color: #A49C97; }
span { border-color: rgb(164,156,151); }
td.TdClassName
{
border-color: #A49C97;
}
.TagClassName
{
border-color: #A49C97;
}
</style>