Shades of Zorba #A5968F
Tints of Zorba #A5968F
RGB
CMYK
RGB Variations
Color information
#A5968F (or 0xA5968F) is known color: Zorba. HEX triplet: A5, 96 and 8F. RGB value is (165,150,143). Sum of RGB (Red+Green+Blue) = 165+150+143=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 165 - color contains mainly: red. Hex color #A5968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5968F is #5A6970. Grayscale: #999999. Windows color (decimal): -5925233 or 9410213. OLE color: 9410213.
HSL color Cylindrical-coordinate representation of color #A5968F: hue angle of 19.09º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5968F is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 143 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.35 |
| HSL | 19.09º | 0.11% | 0.6% | - |
| HSV(B) | 19.09º | 0.13% | 0.65% | - |
| XYZ | 31.38 | 31.8 | 30.47 | - |
| YUV | 153.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 143 | 0 | 0.09 | 0.13 | 0.35 | 19.09 | 0.11 | 0.6 |
| Hex | A5 | 96 | 8F | 0 | 9 | D | 23 | 13 | B | 3C |
| Octal | 245 | 226 | 217 | 0 | 11 | 15 | 43 | 23 | 13 | 74 |
| Binary | 10100101 | 10010110 | 10001111 | 0 | 1001 | 1101 | 100011 | 10011 | 1011 | 111100 |
Color Harmonies of #A5968F
Complementary color
Monochromatic Colors of #A5968F
Black with #A5968F
Text Example
Text Example
White with #A5968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5968F; }
p { color: rgb(165,150,143); }
H1.HeaderClassName
{
color: #A5968F;
}
.AnyTagClassName
{
color: #A5968F;
}
</style>
background-color css
<style>
a { background-color: #A5968F; }
a { background-color: rgb(165,150,143); }
div.DivClassName
{
background-color: #A5968F;
}
.BgClassName
{
background-color: #A5968F;
}
</style>
border-color css
<style>
span { border-color: #A5968F; }
span { border-color: rgb(165,150,143); }
td.TdClassName
{
border-color: #A5968F;
}
.TagClassName
{
border-color: #A5968F;
}
</style>