Shades of Zorba #A1978B
Tints of Zorba #A1978B
RGB
CMYK
RGB Variations
Color information
#A1978B (or 0xA1978B) is known color: Zorba. HEX triplet: A1, 97 and 8B. RGB value is (161,151,139). Sum of RGB (Red+Green+Blue) = 161+151+139=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A1978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1978B is #5E6874. Grayscale: #989898. Windows color (decimal): -6187125 or 9148321. OLE color: 9148321.
HSL color Cylindrical-coordinate representation of color #A1978B: hue angle of 32.73º 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 #A1978B is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 139 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.37 |
| HSL | 32.73º | 0.1% | 0.59% | - |
| HSV(B) | 32.73º | 0.14% | 0.63% | - |
| XYZ | 30.42 | 31.57 | 28.92 | - |
| YUV | 152.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 139 | 0 | 0.06 | 0.14 | 0.37 | 32.73 | 0.1 | 0.59 |
| Hex | A1 | 97 | 8B | 0 | 6 | E | 25 | 21 | A | 3B |
| Octal | 241 | 227 | 213 | 0 | 6 | 16 | 45 | 41 | 12 | 73 |
| Binary | 10100001 | 10010111 | 10001011 | 0 | 110 | 1110 | 100101 | 100001 | 1010 | 111011 |
Color Harmonies of #A1978B
Complementary color
Monochromatic Colors of #A1978B
Black with #A1978B
Text Example
Text Example
White with #A1978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1978B; }
p { color: rgb(161,151,139); }
H1.HeaderClassName
{
color: #A1978B;
}
.AnyTagClassName
{
color: #A1978B;
}
</style>
background-color css
<style>
a { background-color: #A1978B; }
a { background-color: rgb(161,151,139); }
div.DivClassName
{
background-color: #A1978B;
}
.BgClassName
{
background-color: #A1978B;
}
</style>
border-color css
<style>
span { border-color: #A1978B; }
span { border-color: rgb(161,151,139); }
td.TdClassName
{
border-color: #A1978B;
}
.TagClassName
{
border-color: #A1978B;
}
</style>