Shades of Zorba #A19384
Tints of Zorba #A19384
RGB
CMYK
RGB Variations
Color information
#A19384 (or 0xA19384) is known color: Zorba. HEX triplet: A1, 93 and 84. RGB value is (161,147,132). Sum of RGB (Red+Green+Blue) = 161+147+132=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A19384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19384 is #5E6C7B. Grayscale: #959595. Windows color (decimal): -6188156 or 8688545. OLE color: 8688545.
HSL color Cylindrical-coordinate representation of color #A19384: hue angle of 31.03º 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 #A19384 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 132 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.37 |
| HSL | 31.03º | 0.13% | 0.57% | - |
| HSV(B) | 31.03º | 0.18% | 0.63% | - |
| XYZ | 29.3 | 30.11 | 26.1 | - |
| YUV | 149.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 132 | 0 | 0.09 | 0.18 | 0.37 | 31.03 | 0.13 | 0.57 |
| Hex | A1 | 93 | 84 | 0 | 9 | 12 | 25 | 1F | D | 39 |
| Octal | 241 | 223 | 204 | 0 | 11 | 22 | 45 | 37 | 15 | 71 |
| Binary | 10100001 | 10010011 | 10000100 | 0 | 1001 | 10010 | 100101 | 11111 | 1101 | 111001 |
Color Harmonies of #A19384
Complementary color
Monochromatic Colors of #A19384
Black with #A19384
Text Example
Text Example
White with #A19384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19384; }
p { color: rgb(161,147,132); }
H1.HeaderClassName
{
color: #A19384;
}
.AnyTagClassName
{
color: #A19384;
}
</style>
background-color css
<style>
a { background-color: #A19384; }
a { background-color: rgb(161,147,132); }
div.DivClassName
{
background-color: #A19384;
}
.BgClassName
{
background-color: #A19384;
}
</style>
border-color css
<style>
span { border-color: #A19384; }
span { border-color: rgb(161,147,132); }
td.TdClassName
{
border-color: #A19384;
}
.TagClassName
{
border-color: #A19384;
}
</style>