Shades of Zorba #A18F87
Tints of Zorba #A18F87
RGB
CMYK
RGB Variations
Color information
#A18F87 (or 0xA18F87) is known color: Zorba. HEX triplet: A1, 8F and 87. RGB value is (161,143,135). Sum of RGB (Red+Green+Blue) = 161+143+135=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F87 is #5E7078. Grayscale: #939393. Windows color (decimal): -6189177 or 8884129. OLE color: 8884129.
HSL color Cylindrical-coordinate representation of color #A18F87: hue angle of 18.46º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A18F87 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 135 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.37 |
| HSL | 18.46º | 0.12% | 0.58% | - |
| HSV(B) | 18.46º | 0.16% | 0.63% | - |
| XYZ | 28.89 | 28.97 | 26.99 | - |
| YUV | 147.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 135 | 0 | 0.11 | 0.16 | 0.37 | 18.46 | 0.12 | 0.58 |
| Hex | A1 | 8F | 87 | 0 | B | 10 | 25 | 12 | C | 3A |
| Octal | 241 | 217 | 207 | 0 | 13 | 20 | 45 | 22 | 14 | 72 |
| Binary | 10100001 | 10001111 | 10000111 | 0 | 1011 | 10000 | 100101 | 10010 | 1100 | 111010 |
Color Harmonies of #A18F87
Complementary color
Monochromatic Colors of #A18F87
Black with #A18F87
Text Example
Text Example
White with #A18F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F87; }
p { color: rgb(161,143,135); }
H1.HeaderClassName
{
color: #A18F87;
}
.AnyTagClassName
{
color: #A18F87;
}
</style>
background-color css
<style>
a { background-color: #A18F87; }
a { background-color: rgb(161,143,135); }
div.DivClassName
{
background-color: #A18F87;
}
.BgClassName
{
background-color: #A18F87;
}
</style>
border-color css
<style>
span { border-color: #A18F87; }
span { border-color: rgb(161,143,135); }
td.TdClassName
{
border-color: #A18F87;
}
.TagClassName
{
border-color: #A18F87;
}
</style>