Shades of Zorba #A1958B
Tints of Zorba #A1958B
RGB
CMYK
RGB Variations
Color information
#A1958B (or 0xA1958B) is known color: Zorba. HEX triplet: A1, 95 and 8B. RGB value is (161,149,139). Sum of RGB (Red+Green+Blue) = 161+149+139=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 161 - color contains mainly: red. Hex color #A1958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1958B is #5E6A74. Grayscale: #979797. Windows color (decimal): -6187637 or 9147809. OLE color: 9147809.
HSL color Cylindrical-coordinate representation of color #A1958B: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1958B is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 139 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.37 |
| HSL | 27.27º | 0.1% | 0.59% | - |
| HSV(B) | 27.27º | 0.14% | 0.63% | - |
| XYZ | 30.11 | 30.94 | 28.81 | - |
| YUV | 151.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 139 | 0 | 0.07 | 0.14 | 0.37 | 27.27 | 0.1 | 0.59 |
| Hex | A1 | 95 | 8B | 0 | 7 | E | 25 | 1B | A | 3B |
| Octal | 241 | 225 | 213 | 0 | 7 | 16 | 45 | 33 | 12 | 73 |
| Binary | 10100001 | 10010101 | 10001011 | 0 | 111 | 1110 | 100101 | 11011 | 1010 | 111011 |
Color Harmonies of #A1958B
Complementary color
Monochromatic Colors of #A1958B
Black with #A1958B
Text Example
Text Example
White with #A1958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1958B; }
p { color: rgb(161,149,139); }
H1.HeaderClassName
{
color: #A1958B;
}
.AnyTagClassName
{
color: #A1958B;
}
</style>
background-color css
<style>
a { background-color: #A1958B; }
a { background-color: rgb(161,149,139); }
div.DivClassName
{
background-color: #A1958B;
}
.BgClassName
{
background-color: #A1958B;
}
</style>
border-color css
<style>
span { border-color: #A1958B; }
span { border-color: rgb(161,149,139); }
td.TdClassName
{
border-color: #A1958B;
}
.TagClassName
{
border-color: #A1958B;
}
</style>