Shades of Zorba #A19387
Tints of Zorba #A19387
RGB
CMYK
RGB Variations
Color information
#A19387 (or 0xA19387) is known color: Zorba. HEX triplet: A1, 93 and 87. RGB value is (161,147,135). Sum of RGB (Red+Green+Blue) = 161+147+135=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A19387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19387 is #5E6C78. Grayscale: #959595. Windows color (decimal): -6188153 or 8885153. OLE color: 8885153.
HSL color Cylindrical-coordinate representation of color #A19387: hue angle of 27.69º 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 #A19387 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 135 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.37 |
| HSL | 27.69º | 0.12% | 0.58% | - |
| HSV(B) | 27.69º | 0.16% | 0.63% | - |
| XYZ | 29.5 | 30.19 | 27.19 | - |
| YUV | 149.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 135 | 0 | 0.09 | 0.16 | 0.37 | 27.69 | 0.12 | 0.58 |
| Hex | A1 | 93 | 87 | 0 | 9 | 10 | 25 | 1C | C | 3A |
| Octal | 241 | 223 | 207 | 0 | 11 | 20 | 45 | 34 | 14 | 72 |
| Binary | 10100001 | 10010011 | 10000111 | 0 | 1001 | 10000 | 100101 | 11100 | 1100 | 111010 |
Color Harmonies of #A19387
Complementary color
Monochromatic Colors of #A19387
Black with #A19387
Text Example
Text Example
White with #A19387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19387; }
p { color: rgb(161,147,135); }
H1.HeaderClassName
{
color: #A19387;
}
.AnyTagClassName
{
color: #A19387;
}
</style>
background-color css
<style>
a { background-color: #A19387; }
a { background-color: rgb(161,147,135); }
div.DivClassName
{
background-color: #A19387;
}
.BgClassName
{
background-color: #A19387;
}
</style>
border-color css
<style>
span { border-color: #A19387; }
span { border-color: rgb(161,147,135); }
td.TdClassName
{
border-color: #A19387;
}
.TagClassName
{
border-color: #A19387;
}
</style>