Shades of Zorba #A19587
Tints of Zorba #A19587
RGB
CMYK
RGB Variations
Color information
#A19587 (or 0xA19587) is known color: Zorba. HEX triplet: A1, 95 and 87. RGB value is (161,149,135). Sum of RGB (Red+Green+Blue) = 161+149+135=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A19587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19587 is #5E6A78. Grayscale: #979797. Windows color (decimal): -6187641 or 8885665. OLE color: 8885665.
HSL color Cylindrical-coordinate representation of color #A19587: hue angle of 32.31º 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 #A19587 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 135 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.37 |
| HSL | 32.31º | 0.12% | 0.58% | - |
| HSV(B) | 32.31º | 0.16% | 0.63% | - |
| XYZ | 29.82 | 30.82 | 27.3 | - |
| YUV | 150.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 135 | 0 | 0.07 | 0.16 | 0.37 | 32.31 | 0.12 | 0.58 |
| Hex | A1 | 95 | 87 | 0 | 7 | 10 | 25 | 20 | C | 3A |
| Octal | 241 | 225 | 207 | 0 | 7 | 20 | 45 | 40 | 14 | 72 |
| Binary | 10100001 | 10010101 | 10000111 | 0 | 111 | 10000 | 100101 | 100000 | 1100 | 111010 |
Color Harmonies of #A19587
Complementary color
Monochromatic Colors of #A19587
Black with #A19587
Text Example
Text Example
White with #A19587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19587; }
p { color: rgb(161,149,135); }
H1.HeaderClassName
{
color: #A19587;
}
.AnyTagClassName
{
color: #A19587;
}
</style>
background-color css
<style>
a { background-color: #A19587; }
a { background-color: rgb(161,149,135); }
div.DivClassName
{
background-color: #A19587;
}
.BgClassName
{
background-color: #A19587;
}
</style>
border-color css
<style>
span { border-color: #A19587; }
span { border-color: rgb(161,149,135); }
td.TdClassName
{
border-color: #A19587;
}
.TagClassName
{
border-color: #A19587;
}
</style>