Shades of Zorba #A19A94
Tints of Zorba #A19A94
RGB
CMYK
RGB Variations
Color information
#A19A94 (or 0xA19A94) is known color: Zorba. HEX triplet: A1, 9A and 94. RGB value is (161,154,148). Sum of RGB (Red+Green+Blue) = 161+154+148=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19A94 is #5E656B. Grayscale: #9B9B9B. Windows color (decimal): -6186348 or 9738913. OLE color: 9738913.
HSL color Cylindrical-coordinate representation of color #A19A94: hue angle of 27.69º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A19A94 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 148 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.37 |
| HSL | 27.69º | 0.06% | 0.61% | - |
| HSV(B) | 27.69º | 0.08% | 0.63% | - |
| XYZ | 31.6 | 32.83 | 32.69 | - |
| YUV | 155.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 148 | 0 | 0.04 | 0.08 | 0.37 | 27.69 | 0.06 | 0.61 |
| Hex | A1 | 9A | 94 | 0 | 4 | 8 | 25 | 1C | 6 | 3D |
| Octal | 241 | 232 | 224 | 0 | 4 | 10 | 45 | 34 | 6 | 75 |
| Binary | 10100001 | 10011010 | 10010100 | 0 | 100 | 1000 | 100101 | 11100 | 110 | 111101 |
Color Harmonies of #A19A94
Complementary color
Monochromatic Colors of #A19A94
Black with #A19A94
Text Example
Text Example
White with #A19A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A94; }
p { color: rgb(161,154,148); }
H1.HeaderClassName
{
color: #A19A94;
}
.AnyTagClassName
{
color: #A19A94;
}
</style>
background-color css
<style>
a { background-color: #A19A94; }
a { background-color: rgb(161,154,148); }
div.DivClassName
{
background-color: #A19A94;
}
.BgClassName
{
background-color: #A19A94;
}
</style>
border-color css
<style>
span { border-color: #A19A94; }
span { border-color: rgb(161,154,148); }
td.TdClassName
{
border-color: #A19A94;
}
.TagClassName
{
border-color: #A19A94;
}
</style>