Shades of Zorba #A19185
Tints of Zorba #A19185
RGB
CMYK
RGB Variations
Color information
#A19185 (or 0xA19185) is known color: Zorba. HEX triplet: A1, 91 and 85. RGB value is (161,145,133). Sum of RGB (Red+Green+Blue) = 161+145+133=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A19185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19185 is #5E6E7A. Grayscale: #949494. Windows color (decimal): -6188667 or 8753569. OLE color: 8753569.
HSL color Cylindrical-coordinate representation of color #A19185: hue angle of 25.71º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A19185 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 133 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.37 |
| HSL | 25.71º | 0.13% | 0.58% | - |
| HSV(B) | 25.71º | 0.17% | 0.63% | - |
| XYZ | 29.06 | 29.52 | 26.36 | - |
| YUV | 148.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 133 | 0 | 0.10 | 0.17 | 0.37 | 25.71 | 0.13 | 0.58 |
| Hex | A1 | 91 | 85 | 0 | A | 11 | 25 | 1A | D | 3A |
| Octal | 241 | 221 | 205 | 0 | 12 | 21 | 45 | 32 | 15 | 72 |
| Binary | 10100001 | 10010001 | 10000101 | 0 | 1010 | 10001 | 100101 | 11010 | 1101 | 111010 |
Color Harmonies of #A19185
Complementary color
Monochromatic Colors of #A19185
Black with #A19185
Text Example
Text Example
White with #A19185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19185; }
p { color: rgb(161,145,133); }
H1.HeaderClassName
{
color: #A19185;
}
.AnyTagClassName
{
color: #A19185;
}
</style>
background-color css
<style>
a { background-color: #A19185; }
a { background-color: rgb(161,145,133); }
div.DivClassName
{
background-color: #A19185;
}
.BgClassName
{
background-color: #A19185;
}
</style>
border-color css
<style>
span { border-color: #A19185; }
span { border-color: rgb(161,145,133); }
td.TdClassName
{
border-color: #A19185;
}
.TagClassName
{
border-color: #A19185;
}
</style>