Shades of Zorba #A19489
Tints of Zorba #A19489
RGB
CMYK
RGB Variations
Color information
#A19489 (or 0xA19489) is known color: Zorba. HEX triplet: A1, 94 and 89. RGB value is (161,148,137). Sum of RGB (Red+Green+Blue) = 161+148+137=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A19489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19489 is #5E6B76. Grayscale: #969696. Windows color (decimal): -6187895 or 9016481. OLE color: 9016481.
HSL color Cylindrical-coordinate representation of color #A19489: hue angle of 27.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A19489 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 137 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.37 |
| HSL | 27.5º | 0.11% | 0.58% | - |
| HSV(B) | 27.5º | 0.15% | 0.63% | - |
| XYZ | 29.8 | 30.56 | 28 | - |
| YUV | 150.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 137 | 0 | 0.08 | 0.15 | 0.37 | 27.5 | 0.11 | 0.58 |
| Hex | A1 | 94 | 89 | 0 | 8 | F | 25 | 1C | B | 3A |
| Octal | 241 | 224 | 211 | 0 | 10 | 17 | 45 | 34 | 13 | 72 |
| Binary | 10100001 | 10010100 | 10001001 | 0 | 1000 | 1111 | 100101 | 11100 | 1011 | 111010 |
Color Harmonies of #A19489
Complementary color
Monochromatic Colors of #A19489
Black with #A19489
Text Example
Text Example
White with #A19489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19489; }
p { color: rgb(161,148,137); }
H1.HeaderClassName
{
color: #A19489;
}
.AnyTagClassName
{
color: #A19489;
}
</style>
background-color css
<style>
a { background-color: #A19489; }
a { background-color: rgb(161,148,137); }
div.DivClassName
{
background-color: #A19489;
}
.BgClassName
{
background-color: #A19489;
}
</style>
border-color css
<style>
span { border-color: #A19489; }
span { border-color: rgb(161,148,137); }
td.TdClassName
{
border-color: #A19489;
}
.TagClassName
{
border-color: #A19489;
}
</style>