Shades of Zorba #A1958A
Tints of Zorba #A1958A
RGB
CMYK
RGB Variations
Color information
#A1958A (or 0xA1958A) is known color: Zorba. HEX triplet: A1, 95 and 8A. RGB value is (161,149,138). Sum of RGB (Red+Green+Blue) = 161+149+138=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A1958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1958A is #5E6A75. Grayscale: #979797. Windows color (decimal): -6187638 or 9082273. OLE color: 9082273.
HSL color Cylindrical-coordinate representation of color #A1958A: hue angle of 28.7º degrees, saturation: 0.11, 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 #A1958A is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 138 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.37 |
| HSL | 28.7º | 0.11% | 0.59% | - |
| HSV(B) | 28.7º | 0.14% | 0.63% | - |
| XYZ | 30.03 | 30.91 | 28.43 | - |
| YUV | 151.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 138 | 0 | 0.07 | 0.14 | 0.37 | 28.7 | 0.11 | 0.59 |
| Hex | A1 | 95 | 8A | 0 | 7 | E | 25 | 1D | B | 3B |
| Octal | 241 | 225 | 212 | 0 | 7 | 16 | 45 | 35 | 13 | 73 |
| Binary | 10100001 | 10010101 | 10001010 | 0 | 111 | 1110 | 100101 | 11101 | 1011 | 111011 |
Color Harmonies of #A1958A
Complementary color
Monochromatic Colors of #A1958A
Black with #A1958A
Text Example
Text Example
White with #A1958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1958A; }
p { color: rgb(161,149,138); }
H1.HeaderClassName
{
color: #A1958A;
}
.AnyTagClassName
{
color: #A1958A;
}
</style>
background-color css
<style>
a { background-color: #A1958A; }
a { background-color: rgb(161,149,138); }
div.DivClassName
{
background-color: #A1958A;
}
.BgClassName
{
background-color: #A1958A;
}
</style>
border-color css
<style>
span { border-color: #A1958A; }
span { border-color: rgb(161,149,138); }
td.TdClassName
{
border-color: #A1958A;
}
.TagClassName
{
border-color: #A1958A;
}
</style>