Shades of Zorba #A59B90
Tints of Zorba #A59B90
RGB
CMYK
RGB Variations
Color information
#A59B90 (or 0xA59B90) is known color: Zorba. HEX triplet: A5, 9B and 90. RGB value is (165,155,144). Sum of RGB (Red+Green+Blue) = 165+155+144=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B90 is #5A646F. Grayscale: #9C9C9C. Windows color (decimal): -5923952 or 9477029. OLE color: 9477029.
HSL color Cylindrical-coordinate representation of color #A59B90: hue angle of 31.43º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59B90 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 155 | 144 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.35 |
| HSL | 31.43º | 0.1% | 0.61% | - |
| HSV(B) | 31.43º | 0.13% | 0.65% | - |
| XYZ | 32.27 | 33.46 | 31.14 | - |
| YUV | 156.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 144 | 0 | 0.06 | 0.13 | 0.35 | 31.43 | 0.1 | 0.61 |
| Hex | A5 | 9B | 90 | 0 | 6 | D | 23 | 1F | A | 3D |
| Octal | 245 | 233 | 220 | 0 | 6 | 15 | 43 | 37 | 12 | 75 |
| Binary | 10100101 | 10011011 | 10010000 | 0 | 110 | 1101 | 100011 | 11111 | 1010 | 111101 |
Color Harmonies of #A59B90
Complementary color
Monochromatic Colors of #A59B90
Black with #A59B90
Text Example
Text Example
White with #A59B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59B90; }
p { color: rgb(165,155,144); }
H1.HeaderClassName
{
color: #A59B90;
}
.AnyTagClassName
{
color: #A59B90;
}
</style>
background-color css
<style>
a { background-color: #A59B90; }
a { background-color: rgb(165,155,144); }
div.DivClassName
{
background-color: #A59B90;
}
.BgClassName
{
background-color: #A59B90;
}
</style>
border-color css
<style>
span { border-color: #A59B90; }
span { border-color: rgb(165,155,144); }
td.TdClassName
{
border-color: #A59B90;
}
.TagClassName
{
border-color: #A59B90;
}
</style>