Shades of Zorba #A8958B
Tints of Zorba #A8958B
RGB
CMYK
RGB Variations
Color information
#A8958B (or 0xA8958B) is known color: Zorba. HEX triplet: A8, 95 and 8B. RGB value is (168,149,139). Sum of RGB (Red+Green+Blue) = 168+149+139=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 168 - color contains mainly: red. Hex color #A8958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8958B is #576A74. Grayscale: #999999. Windows color (decimal): -5728885 or 9147816. OLE color: 9147816.
HSL color Cylindrical-coordinate representation of color #A8958B: hue angle of 20.69º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8958B is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 139 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.34 |
| HSL | 20.69º | 0.14% | 0.6% | - |
| HSV(B) | 20.69º | 0.17% | 0.66% | - |
| XYZ | 31.56 | 31.68 | 28.88 | - |
| YUV | 153.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 139 | 0 | 0.11 | 0.17 | 0.34 | 20.69 | 0.14 | 0.6 |
| Hex | A8 | 95 | 8B | 0 | B | 11 | 22 | 15 | E | 3C |
| Octal | 250 | 225 | 213 | 0 | 13 | 21 | 42 | 25 | 16 | 74 |
| Binary | 10101000 | 10010101 | 10001011 | 0 | 1011 | 10001 | 100010 | 10101 | 1110 | 111100 |
Color Harmonies of #A8958B
Complementary color
Monochromatic Colors of #A8958B
Black with #A8958B
Text Example
Text Example
White with #A8958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8958B; }
p { color: rgb(168,149,139); }
H1.HeaderClassName
{
color: #A8958B;
}
.AnyTagClassName
{
color: #A8958B;
}
</style>
background-color css
<style>
a { background-color: #A8958B; }
a { background-color: rgb(168,149,139); }
div.DivClassName
{
background-color: #A8958B;
}
.BgClassName
{
background-color: #A8958B;
}
</style>
border-color css
<style>
span { border-color: #A8958B; }
span { border-color: rgb(168,149,139); }
td.TdClassName
{
border-color: #A8958B;
}
.TagClassName
{
border-color: #A8958B;
}
</style>