Shades of Zorba #A89C92
Tints of Zorba #A89C92
RGB
CMYK
RGB Variations
Color information
#A89C92 (or 0xA89C92) is known color: Zorba. HEX triplet: A8, 9C and 92. RGB value is (168,156,146). Sum of RGB (Red+Green+Blue) = 168+156+146=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89C92 is #57636D. Grayscale: #9E9E9E. Windows color (decimal): -5727086 or 9608360. OLE color: 9608360.
HSL color Cylindrical-coordinate representation of color #A89C92: hue angle of 27.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89C92 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 156 | 146 | - |
CMYK | 0 | 0.07 | 0.13 | 0.34 |
HSL | 27.27º | 0.11% | 0.62% | - |
HSV(B) | 27.27º | 0.13% | 0.66% | - |
XYZ | 33.23 | 34.18 | 32.04 | - |
YUV | 158.45 | 120.98 | 134.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 156 | 146 | 0 | 0.07 | 0.13 | 0.34 | 27.27 | 0.11 | 0.62 |
Hex | A8 | 9C | 92 | 0 | 7 | D | 22 | 1B | B | 3E |
Octal | 250 | 234 | 222 | 0 | 7 | 15 | 42 | 33 | 13 | 76 |
Binary | 10101000 | 10011100 | 10010010 | 0 | 111 | 1101 | 100010 | 11011 | 1011 | 111110 |
Color Harmonies of #A89C92
Complementary color
Monochromatic Colors of #A89C92
Black with #A89C92
Text Example
Text Example
White with #A89C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C92; }
p { color: rgb(168,156,146); }
H1.HeaderClassName
{
color: #A89C92;
}
.AnyTagClassName
{
color: #A89C92;
}
</style>
background-color css
<style>
a { background-color: #A89C92; }
a { background-color: rgb(168,156,146); }
div.DivClassName
{
background-color: #A89C92;
}
.BgClassName
{
background-color: #A89C92;
}
</style>
border-color css
<style>
span { border-color: #A89C92; }
span { border-color: rgb(168,156,146); }
td.TdClassName
{
border-color: #A89C92;
}
.TagClassName
{
border-color: #A89C92;
}
</style>