Shades of Zorba #A19188
Tints of Zorba #A19188
RGB
CMYK
RGB Variations
Color information
#A19188 (or 0xA19188) is known color: Zorba. HEX triplet: A1, 91 and 88. RGB value is (161,145,136). Sum of RGB (Red+Green+Blue) = 161+145+136=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A19188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19188 is #5E6E77. Grayscale: #949494. Windows color (decimal): -6188664 or 8950177. OLE color: 8950177.
HSL color Cylindrical-coordinate representation of color #A19188: hue angle of 21.6º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A19188 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 136 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.37 |
| HSL | 21.6º | 0.12% | 0.58% | - |
| HSV(B) | 21.6º | 0.16% | 0.63% | - |
| XYZ | 29.27 | 29.61 | 27.46 | - |
| YUV | 148.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 136 | 0 | 0.10 | 0.16 | 0.37 | 21.6 | 0.12 | 0.58 |
| Hex | A1 | 91 | 88 | 0 | A | 10 | 25 | 16 | C | 3A |
| Octal | 241 | 221 | 210 | 0 | 12 | 20 | 45 | 26 | 14 | 72 |
| Binary | 10100001 | 10010001 | 10001000 | 0 | 1010 | 10000 | 100101 | 10110 | 1100 | 111010 |
Color Harmonies of #A19188
Complementary color
Monochromatic Colors of #A19188
Black with #A19188
Text Example
Text Example
White with #A19188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19188; }
p { color: rgb(161,145,136); }
H1.HeaderClassName
{
color: #A19188;
}
.AnyTagClassName
{
color: #A19188;
}
</style>
background-color css
<style>
a { background-color: #A19188; }
a { background-color: rgb(161,145,136); }
div.DivClassName
{
background-color: #A19188;
}
.BgClassName
{
background-color: #A19188;
}
</style>
border-color css
<style>
span { border-color: #A19188; }
span { border-color: rgb(161,145,136); }
td.TdClassName
{
border-color: #A19188;
}
.TagClassName
{
border-color: #A19188;
}
</style>