Shades of Zorba #A18F85
Tints of Zorba #A18F85
RGB
CMYK
RGB Variations
Color information
#A18F85 (or 0xA18F85) is known color: Zorba. HEX triplet: A1, 8F and 85. RGB value is (161,143,133). Sum of RGB (Red+Green+Blue) = 161+143+133=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F85 is #5E707A. Grayscale: #939393. Windows color (decimal): -6189179 or 8753057. OLE color: 8753057.
HSL color Cylindrical-coordinate representation of color #A18F85: hue angle of 21.43º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18F85 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 133 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.37 |
| HSL | 21.43º | 0.13% | 0.58% | - |
| HSV(B) | 21.43º | 0.17% | 0.63% | - |
| XYZ | 28.75 | 28.92 | 26.26 | - |
| YUV | 147.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 133 | 0 | 0.11 | 0.17 | 0.37 | 21.43 | 0.13 | 0.58 |
| Hex | A1 | 8F | 85 | 0 | B | 11 | 25 | 15 | D | 3A |
| Octal | 241 | 217 | 205 | 0 | 13 | 21 | 45 | 25 | 15 | 72 |
| Binary | 10100001 | 10001111 | 10000101 | 0 | 1011 | 10001 | 100101 | 10101 | 1101 | 111010 |
Color Harmonies of #A18F85
Complementary color
Monochromatic Colors of #A18F85
Black with #A18F85
Text Example
Text Example
White with #A18F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F85; }
p { color: rgb(161,143,133); }
H1.HeaderClassName
{
color: #A18F85;
}
.AnyTagClassName
{
color: #A18F85;
}
</style>
background-color css
<style>
a { background-color: #A18F85; }
a { background-color: rgb(161,143,133); }
div.DivClassName
{
background-color: #A18F85;
}
.BgClassName
{
background-color: #A18F85;
}
</style>
border-color css
<style>
span { border-color: #A18F85; }
span { border-color: rgb(161,143,133); }
td.TdClassName
{
border-color: #A18F85;
}
.TagClassName
{
border-color: #A18F85;
}
</style>