Shades of Zorba #A6958D
Tints of Zorba #A6958D
RGB
CMYK
RGB Variations
Color information
#A6958D (or 0xA6958D) is known color: Zorba. HEX triplet: A6, 95 and 8D. RGB value is (166,149,141). Sum of RGB (Red+Green+Blue) = 166+149+141=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 166 - color contains mainly: red. Hex color #A6958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6958D is #596A72. Grayscale: #999999. Windows color (decimal): -5859955 or 9278886. OLE color: 9278886.
HSL color Cylindrical-coordinate representation of color #A6958D: hue angle of 19.2º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6958D is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 141 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.35 |
| HSL | 19.2º | 0.12% | 0.6% | - |
| HSV(B) | 19.2º | 0.15% | 0.65% | - |
| XYZ | 31.28 | 31.52 | 29.64 | - |
| YUV | 153.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 141 | 0 | 0.10 | 0.15 | 0.35 | 19.2 | 0.12 | 0.6 |
| Hex | A6 | 95 | 8D | 0 | A | F | 23 | 13 | C | 3C |
| Octal | 246 | 225 | 215 | 0 | 12 | 17 | 43 | 23 | 14 | 74 |
| Binary | 10100110 | 10010101 | 10001101 | 0 | 1010 | 1111 | 100011 | 10011 | 1100 | 111100 |
Color Harmonies of #A6958D
Complementary color
Monochromatic Colors of #A6958D
Black with #A6958D
Text Example
Text Example
White with #A6958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6958D; }
p { color: rgb(166,149,141); }
H1.HeaderClassName
{
color: #A6958D;
}
.AnyTagClassName
{
color: #A6958D;
}
</style>
background-color css
<style>
a { background-color: #A6958D; }
a { background-color: rgb(166,149,141); }
div.DivClassName
{
background-color: #A6958D;
}
.BgClassName
{
background-color: #A6958D;
}
</style>
border-color css
<style>
span { border-color: #A6958D; }
span { border-color: rgb(166,149,141); }
td.TdClassName
{
border-color: #A6958D;
}
.TagClassName
{
border-color: #A6958D;
}
</style>