Shades of Zorba #AE9E90
Tints of Zorba #AE9E90
RGB
CMYK
RGB Variations
Color information
#AE9E90 (or 0xAE9E90) is known color: Zorba. HEX triplet: AE, 9E and 90. RGB value is (174,158,144). Sum of RGB (Red+Green+Blue) = 174+158+144=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9E90 is #51616F. Grayscale: #A1A1A1. Windows color (decimal): -5333360 or 9477806. OLE color: 9477806.
HSL color Cylindrical-coordinate representation of color #AE9E90: hue angle of 28º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE9E90 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 158 | 144 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.32 |
| HSL | 28º | 0.16% | 0.62% | - |
| HSV(B) | 28º | 0.17% | 0.68% | - |
| XYZ | 34.72 | 35.47 | 31.4 | - |
| YUV | 161.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 144 | 0 | 0.09 | 0.17 | 0.32 | 28 | 0.16 | 0.62 |
| Hex | AE | 9E | 90 | 0 | 9 | 11 | 20 | 1C | 10 | 3E |
| Octal | 256 | 236 | 220 | 0 | 11 | 21 | 40 | 34 | 20 | 76 |
| Binary | 10101110 | 10011110 | 10010000 | 0 | 1001 | 10001 | 100000 | 11100 | 10000 | 111110 |
Color Harmonies of #AE9E90
Complementary color
Monochromatic Colors of #AE9E90
Black with #AE9E90
Text Example
Text Example
White with #AE9E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9E90; }
p { color: rgb(174,158,144); }
H1.HeaderClassName
{
color: #AE9E90;
}
.AnyTagClassName
{
color: #AE9E90;
}
</style>
background-color css
<style>
a { background-color: #AE9E90; }
a { background-color: rgb(174,158,144); }
div.DivClassName
{
background-color: #AE9E90;
}
.BgClassName
{
background-color: #AE9E90;
}
</style>
border-color css
<style>
span { border-color: #AE9E90; }
span { border-color: rgb(174,158,144); }
td.TdClassName
{
border-color: #AE9E90;
}
.TagClassName
{
border-color: #AE9E90;
}
</style>