Shades of Zorba #A19B94
Tints of Zorba #A19B94
RGB
CMYK
RGB Variations
Color information
#A19B94 (or 0xA19B94) is known color: Zorba. HEX triplet: A1, 9B and 94. RGB value is (161,155,148). Sum of RGB (Red+Green+Blue) = 161+155+148=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19B94 is #5E646B. Grayscale: #9C9C9C. Windows color (decimal): -6186092 or 9739169. OLE color: 9739169.
HSL color Cylindrical-coordinate representation of color #A19B94: hue angle of 32.31º 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 #A19B94 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 148 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.37 |
| HSL | 32.31º | 0.06% | 0.61% | - |
| HSV(B) | 32.31º | 0.08% | 0.63% | - |
| XYZ | 31.76 | 33.16 | 32.74 | - |
| YUV | 156 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 148 | 0 | 0.04 | 0.08 | 0.37 | 32.31 | 0.06 | 0.61 |
| Hex | A1 | 9B | 94 | 0 | 4 | 8 | 25 | 20 | 6 | 3D |
| Octal | 241 | 233 | 224 | 0 | 4 | 10 | 45 | 40 | 6 | 75 |
| Binary | 10100001 | 10011011 | 10010100 | 0 | 100 | 1000 | 100101 | 100000 | 110 | 111101 |
Color Harmonies of #A19B94
Complementary color
Monochromatic Colors of #A19B94
Black with #A19B94
Text Example
Text Example
White with #A19B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B94; }
p { color: rgb(161,155,148); }
H1.HeaderClassName
{
color: #A19B94;
}
.AnyTagClassName
{
color: #A19B94;
}
</style>
background-color css
<style>
a { background-color: #A19B94; }
a { background-color: rgb(161,155,148); }
div.DivClassName
{
background-color: #A19B94;
}
.BgClassName
{
background-color: #A19B94;
}
</style>
border-color css
<style>
span { border-color: #A19B94; }
span { border-color: rgb(161,155,148); }
td.TdClassName
{
border-color: #A19B94;
}
.TagClassName
{
border-color: #A19B94;
}
</style>