Shades of Zorba #A69188
Tints of Zorba #A69188
RGB
CMYK
RGB Variations
Color information
#A69188 (or 0xA69188) is known color: Zorba. HEX triplet: A6, 91 and 88. RGB value is (166,145,136). Sum of RGB (Red+Green+Blue) = 166+145+136=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A69188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69188 is #596E77. Grayscale: #969696. Windows color (decimal): -5860984 or 8950182. OLE color: 8950182.
HSL color Cylindrical-coordinate representation of color #A69188: hue angle of 18º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A69188 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 136 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.35 |
| HSL | 18º | 0.14% | 0.59% | - |
| HSV(B) | 18º | 0.18% | 0.65% | - |
| XYZ | 30.3 | 30.14 | 27.51 | - |
| YUV | 150.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 136 | 0 | 0.13 | 0.18 | 0.35 | 18 | 0.14 | 0.59 |
| Hex | A6 | 91 | 88 | 0 | D | 12 | 23 | 12 | E | 3B |
| Octal | 246 | 221 | 210 | 0 | 15 | 22 | 43 | 22 | 16 | 73 |
| Binary | 10100110 | 10010001 | 10001000 | 0 | 1101 | 10010 | 100011 | 10010 | 1110 | 111011 |
Color Harmonies of #A69188
Complementary color
Monochromatic Colors of #A69188
Black with #A69188
Text Example
Text Example
White with #A69188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69188; }
p { color: rgb(166,145,136); }
H1.HeaderClassName
{
color: #A69188;
}
.AnyTagClassName
{
color: #A69188;
}
</style>
background-color css
<style>
a { background-color: #A69188; }
a { background-color: rgb(166,145,136); }
div.DivClassName
{
background-color: #A69188;
}
.BgClassName
{
background-color: #A69188;
}
</style>
border-color css
<style>
span { border-color: #A69188; }
span { border-color: rgb(166,145,136); }
td.TdClassName
{
border-color: #A69188;
}
.TagClassName
{
border-color: #A69188;
}
</style>