Shades of Zorba #A19287
Tints of Zorba #A19287
RGB
CMYK
RGB Variations
Color information
#A19287 (or 0xA19287) is known color: Zorba. HEX triplet: A1, 92 and 87. RGB value is (161,146,135). Sum of RGB (Red+Green+Blue) = 161+146+135=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A19287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19287 is #5E6D78. Grayscale: #959595. Windows color (decimal): -6188409 or 8884897. OLE color: 8884897.
HSL color Cylindrical-coordinate representation of color #A19287: hue angle of 25.38º 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 #A19287 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 135 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.37 |
| HSL | 25.38º | 0.12% | 0.58% | - |
| HSV(B) | 25.38º | 0.16% | 0.63% | - |
| XYZ | 29.35 | 29.88 | 27.14 | - |
| YUV | 149.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 135 | 0 | 0.09 | 0.16 | 0.37 | 25.38 | 0.12 | 0.58 |
| Hex | A1 | 92 | 87 | 0 | 9 | 10 | 25 | 19 | C | 3A |
| Octal | 241 | 222 | 207 | 0 | 11 | 20 | 45 | 31 | 14 | 72 |
| Binary | 10100001 | 10010010 | 10000111 | 0 | 1001 | 10000 | 100101 | 11001 | 1100 | 111010 |
Color Harmonies of #A19287
Complementary color
Monochromatic Colors of #A19287
Black with #A19287
Text Example
Text Example
White with #A19287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19287; }
p { color: rgb(161,146,135); }
H1.HeaderClassName
{
color: #A19287;
}
.AnyTagClassName
{
color: #A19287;
}
</style>
background-color css
<style>
a { background-color: #A19287; }
a { background-color: rgb(161,146,135); }
div.DivClassName
{
background-color: #A19287;
}
.BgClassName
{
background-color: #A19287;
}
</style>
border-color css
<style>
span { border-color: #A19287; }
span { border-color: rgb(161,146,135); }
td.TdClassName
{
border-color: #A19287;
}
.TagClassName
{
border-color: #A19287;
}
</style>