Shades of Zorba #A19288
Tints of Zorba #A19288
RGB
CMYK
RGB Variations
Color information
#A19288 (or 0xA19288) is known color: Zorba. HEX triplet: A1, 92 and 88. RGB value is (161,146,136). Sum of RGB (Red+Green+Blue) = 161+146+136=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A19288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19288 is #5E6D77. Grayscale: #959595. Windows color (decimal): -6188408 or 8950433. OLE color: 8950433.
HSL color Cylindrical-coordinate representation of color #A19288: hue angle of 24º 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 #A19288 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 136 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.37 |
| HSL | 24º | 0.12% | 0.58% | - |
| HSV(B) | 24º | 0.16% | 0.63% | - |
| XYZ | 29.42 | 29.91 | 27.52 | - |
| YUV | 149.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 136 | 0 | 0.09 | 0.16 | 0.37 | 24 | 0.12 | 0.58 |
| Hex | A1 | 92 | 88 | 0 | 9 | 10 | 25 | 18 | C | 3A |
| Octal | 241 | 222 | 210 | 0 | 11 | 20 | 45 | 30 | 14 | 72 |
| Binary | 10100001 | 10010010 | 10001000 | 0 | 1001 | 10000 | 100101 | 11000 | 1100 | 111010 |
Color Harmonies of #A19288
Complementary color
Monochromatic Colors of #A19288
Black with #A19288
Text Example
Text Example
White with #A19288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19288; }
p { color: rgb(161,146,136); }
H1.HeaderClassName
{
color: #A19288;
}
.AnyTagClassName
{
color: #A19288;
}
</style>
background-color css
<style>
a { background-color: #A19288; }
a { background-color: rgb(161,146,136); }
div.DivClassName
{
background-color: #A19288;
}
.BgClassName
{
background-color: #A19288;
}
</style>
border-color css
<style>
span { border-color: #A19288; }
span { border-color: rgb(161,146,136); }
td.TdClassName
{
border-color: #A19288;
}
.TagClassName
{
border-color: #A19288;
}
</style>