Shades of Zorba #A1988E
Tints of Zorba #A1988E
RGB
CMYK
RGB Variations
Color information
#A1988E (or 0xA1988E) is known color: Zorba. HEX triplet: A1, 98 and 8E. RGB value is (161,152,142). Sum of RGB (Red+Green+Blue) = 161+152+142=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A1988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1988E is #5E6771. Grayscale: #999999. Windows color (decimal): -6186866 or 9345185. OLE color: 9345185.
HSL color Cylindrical-coordinate representation of color #A1988E: hue angle of 31.58º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1988E is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 142 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.37 |
| HSL | 31.58º | 0.09% | 0.59% | - |
| HSV(B) | 31.58º | 0.12% | 0.63% | - |
| XYZ | 30.81 | 31.99 | 30.14 | - |
| YUV | 153.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 142 | 0 | 0.06 | 0.12 | 0.37 | 31.58 | 0.09 | 0.59 |
| Hex | A1 | 98 | 8E | 0 | 6 | C | 25 | 20 | 9 | 3B |
| Octal | 241 | 230 | 216 | 0 | 6 | 14 | 45 | 40 | 11 | 73 |
| Binary | 10100001 | 10011000 | 10001110 | 0 | 110 | 1100 | 100101 | 100000 | 1001 | 111011 |
Color Harmonies of #A1988E
Complementary color
Monochromatic Colors of #A1988E
Black with #A1988E
Text Example
Text Example
White with #A1988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1988E; }
p { color: rgb(161,152,142); }
H1.HeaderClassName
{
color: #A1988E;
}
.AnyTagClassName
{
color: #A1988E;
}
</style>
background-color css
<style>
a { background-color: #A1988E; }
a { background-color: rgb(161,152,142); }
div.DivClassName
{
background-color: #A1988E;
}
.BgClassName
{
background-color: #A1988E;
}
</style>
border-color css
<style>
span { border-color: #A1988E; }
span { border-color: rgb(161,152,142); }
td.TdClassName
{
border-color: #A1988E;
}
.TagClassName
{
border-color: #A1988E;
}
</style>