Shades of Zorba #A19184
Tints of Zorba #A19184
RGB
CMYK
RGB Variations
Color information
#A19184 (or 0xA19184) is known color: Zorba. HEX triplet: A1, 91 and 84. RGB value is (161,145,132). Sum of RGB (Red+Green+Blue) = 161+145+132=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A19184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19184 is #5E6E7B. Grayscale: #949494. Windows color (decimal): -6188668 or 8688033. OLE color: 8688033.
HSL color Cylindrical-coordinate representation of color #A19184: hue angle of 26.9º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A19184 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 132 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.37 |
| HSL | 26.9º | 0.13% | 0.57% | - |
| HSV(B) | 26.9º | 0.18% | 0.63% | - |
| XYZ | 28.99 | 29.49 | 25.99 | - |
| YUV | 148.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 132 | 0 | 0.10 | 0.18 | 0.37 | 26.9 | 0.13 | 0.57 |
| Hex | A1 | 91 | 84 | 0 | A | 12 | 25 | 1B | D | 39 |
| Octal | 241 | 221 | 204 | 0 | 12 | 22 | 45 | 33 | 15 | 71 |
| Binary | 10100001 | 10010001 | 10000100 | 0 | 1010 | 10010 | 100101 | 11011 | 1101 | 111001 |
Color Harmonies of #A19184
Complementary color
Monochromatic Colors of #A19184
Black with #A19184
Text Example
Text Example
White with #A19184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19184; }
p { color: rgb(161,145,132); }
H1.HeaderClassName
{
color: #A19184;
}
.AnyTagClassName
{
color: #A19184;
}
</style>
background-color css
<style>
a { background-color: #A19184; }
a { background-color: rgb(161,145,132); }
div.DivClassName
{
background-color: #A19184;
}
.BgClassName
{
background-color: #A19184;
}
</style>
border-color css
<style>
span { border-color: #A19184; }
span { border-color: rgb(161,145,132); }
td.TdClassName
{
border-color: #A19184;
}
.TagClassName
{
border-color: #A19184;
}
</style>