Shades of Zorba #A49C92
Tints of Zorba #A49C92
RGB
CMYK
RGB Variations
Color information
#A49C92 (or 0xA49C92) is known color: Zorba. HEX triplet: A4, 9C and 92. RGB value is (164,156,146). Sum of RGB (Red+Green+Blue) = 164+156+146=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C92 is #5B636D. Grayscale: #9D9D9D. Windows color (decimal): -5989230 or 9608356. OLE color: 9608356.
HSL color Cylindrical-coordinate representation of color #A49C92: hue angle of 33.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A49C92 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
RGB | 164 | 156 | 146 | - |
CMYK | 0 | 0.05 | 0.11 | 0.36 |
HSL | 33.33º | 0.09% | 0.61% | - |
HSV(B) | 33.33º | 0.11% | 0.64% | - |
XYZ | 32.39 | 33.74 | 32 | - |
YUV | 157.25 | 121.65 | 132.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 156 | 146 | 0 | 0.05 | 0.11 | 0.36 | 33.33 | 0.09 | 0.61 |
Hex | A4 | 9C | 92 | 0 | 5 | B | 24 | 21 | 9 | 3D |
Octal | 244 | 234 | 222 | 0 | 5 | 13 | 44 | 41 | 11 | 75 |
Binary | 10100100 | 10011100 | 10010010 | 0 | 101 | 1011 | 100100 | 100001 | 1001 | 111101 |
Color Harmonies of #A49C92
Complementary color
Monochromatic Colors of #A49C92
Black with #A49C92
Text Example
Text Example
White with #A49C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C92; }
p { color: rgb(164,156,146); }
H1.HeaderClassName
{
color: #A49C92;
}
.AnyTagClassName
{
color: #A49C92;
}
</style>
background-color css
<style>
a { background-color: #A49C92; }
a { background-color: rgb(164,156,146); }
div.DivClassName
{
background-color: #A49C92;
}
.BgClassName
{
background-color: #A49C92;
}
</style>
border-color css
<style>
span { border-color: #A49C92; }
span { border-color: rgb(164,156,146); }
td.TdClassName
{
border-color: #A49C92;
}
.TagClassName
{
border-color: #A49C92;
}
</style>