Shades of Zorba #A5978B
Tints of Zorba #A5978B
RGB
CMYK
RGB Variations
Color information
#A5978B (or 0xA5978B) is known color: Zorba. HEX triplet: A5, 97 and 8B. RGB value is (165,151,139). Sum of RGB (Red+Green+Blue) = 165+151+139=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 165 - color contains mainly: red. Hex color #A5978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5978B is #5A6874. Grayscale: #999999. Windows color (decimal): -5924981 or 9148325. OLE color: 9148325.
HSL color Cylindrical-coordinate representation of color #A5978B: hue angle of 27.69º 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 #A5978B is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 151 | 139 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.35 |
| HSL | 27.69º | 0.13% | 0.6% | - |
| HSV(B) | 27.69º | 0.16% | 0.65% | - |
| XYZ | 31.24 | 32 | 28.96 | - |
| YUV | 153.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 139 | 0 | 0.08 | 0.16 | 0.35 | 27.69 | 0.13 | 0.6 |
| Hex | A5 | 97 | 8B | 0 | 8 | 10 | 23 | 1C | D | 3C |
| Octal | 245 | 227 | 213 | 0 | 10 | 20 | 43 | 34 | 15 | 74 |
| Binary | 10100101 | 10010111 | 10001011 | 0 | 1000 | 10000 | 100011 | 11100 | 1101 | 111100 |
Color Harmonies of #A5978B
Complementary color
Monochromatic Colors of #A5978B
Black with #A5978B
Text Example
Text Example
White with #A5978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5978B; }
p { color: rgb(165,151,139); }
H1.HeaderClassName
{
color: #A5978B;
}
.AnyTagClassName
{
color: #A5978B;
}
</style>
background-color css
<style>
a { background-color: #A5978B; }
a { background-color: rgb(165,151,139); }
div.DivClassName
{
background-color: #A5978B;
}
.BgClassName
{
background-color: #A5978B;
}
</style>
border-color css
<style>
span { border-color: #A5978B; }
span { border-color: rgb(165,151,139); }
td.TdClassName
{
border-color: #A5978B;
}
.TagClassName
{
border-color: #A5978B;
}
</style>