Shades of Zorba #A6938B
Tints of Zorba #A6938B
RGB
CMYK
RGB Variations
Color information
#A6938B (or 0xA6938B) is known color: Zorba. HEX triplet: A6, 93 and 8B. RGB value is (166,147,139). Sum of RGB (Red+Green+Blue) = 166+147+139=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A6938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6938B is #596C74. Grayscale: #979797. Windows color (decimal): -5860469 or 9147302. OLE color: 9147302.
HSL color Cylindrical-coordinate representation of color #A6938B: hue angle of 17.78º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6938B is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 139 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.35 |
| HSL | 17.78º | 0.13% | 0.6% | - |
| HSV(B) | 17.78º | 0.16% | 0.65% | - |
| XYZ | 30.82 | 30.84 | 28.75 | - |
| YUV | 151.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 139 | 0 | 0.11 | 0.16 | 0.35 | 17.78 | 0.13 | 0.6 |
| Hex | A6 | 93 | 8B | 0 | B | 10 | 23 | 12 | D | 3C |
| Octal | 246 | 223 | 213 | 0 | 13 | 20 | 43 | 22 | 15 | 74 |
| Binary | 10100110 | 10010011 | 10001011 | 0 | 1011 | 10000 | 100011 | 10010 | 1101 | 111100 |
Color Harmonies of #A6938B
Complementary color
Monochromatic Colors of #A6938B
Black with #A6938B
Text Example
Text Example
White with #A6938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6938B; }
p { color: rgb(166,147,139); }
H1.HeaderClassName
{
color: #A6938B;
}
.AnyTagClassName
{
color: #A6938B;
}
</style>
background-color css
<style>
a { background-color: #A6938B; }
a { background-color: rgb(166,147,139); }
div.DivClassName
{
background-color: #A6938B;
}
.BgClassName
{
background-color: #A6938B;
}
</style>
border-color css
<style>
span { border-color: #A6938B; }
span { border-color: rgb(166,147,139); }
td.TdClassName
{
border-color: #A6938B;
}
.TagClassName
{
border-color: #A6938B;
}
</style>