Shades of Zorba #A5938B
Tints of Zorba #A5938B
RGB
CMYK
RGB Variations
Color information
#A5938B (or 0xA5938B) is known color: Zorba. HEX triplet: A5, 93 and 8B. RGB value is (165,147,139). Sum of RGB (Red+Green+Blue) = 165+147+139=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 165 - color contains mainly: red. Hex color #A5938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5938B is #5A6C74. Grayscale: #979797. Windows color (decimal): -5926005 or 9147301. OLE color: 9147301.
HSL color Cylindrical-coordinate representation of color #A5938B: hue angle of 18.46º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5938B is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 147 | 139 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.35 |
| HSL | 18.46º | 0.13% | 0.6% | - |
| HSV(B) | 18.46º | 0.16% | 0.65% | - |
| XYZ | 30.61 | 30.73 | 28.74 | - |
| YUV | 151.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 139 | 0 | 0.11 | 0.16 | 0.35 | 18.46 | 0.13 | 0.6 |
| Hex | A5 | 93 | 8B | 0 | B | 10 | 23 | 12 | D | 3C |
| Octal | 245 | 223 | 213 | 0 | 13 | 20 | 43 | 22 | 15 | 74 |
| Binary | 10100101 | 10010011 | 10001011 | 0 | 1011 | 10000 | 100011 | 10010 | 1101 | 111100 |
Color Harmonies of #A5938B
Complementary color
Monochromatic Colors of #A5938B
Black with #A5938B
Text Example
Text Example
White with #A5938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5938B; }
p { color: rgb(165,147,139); }
H1.HeaderClassName
{
color: #A5938B;
}
.AnyTagClassName
{
color: #A5938B;
}
</style>
background-color css
<style>
a { background-color: #A5938B; }
a { background-color: rgb(165,147,139); }
div.DivClassName
{
background-color: #A5938B;
}
.BgClassName
{
background-color: #A5938B;
}
</style>
border-color css
<style>
span { border-color: #A5938B; }
span { border-color: rgb(165,147,139); }
td.TdClassName
{
border-color: #A5938B;
}
.TagClassName
{
border-color: #A5938B;
}
</style>