Shades of Zorba #AE9F90
Tints of Zorba #AE9F90
RGB
CMYK
RGB Variations
Color information
#AE9F90 (or 0xAE9F90) is known color: Zorba. HEX triplet: AE, 9F and 90. RGB value is (174,159,144). Sum of RGB (Red+Green+Blue) = 174+159+144=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9F90 is #51606F. Grayscale: #A1A1A1. Windows color (decimal): -5333104 or 9478062. OLE color: 9478062.
HSL color Cylindrical-coordinate representation of color #AE9F90: hue angle of 30º 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 #AE9F90 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 159 | 144 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.32 |
| HSL | 30º | 0.16% | 0.62% | - |
| HSV(B) | 30º | 0.17% | 0.68% | - |
| XYZ | 34.89 | 35.81 | 31.46 | - |
| YUV | 161.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 159 | 144 | 0 | 0.09 | 0.17 | 0.32 | 30 | 0.16 | 0.62 |
| Hex | AE | 9F | 90 | 0 | 9 | 11 | 20 | 1E | 10 | 3E |
| Octal | 256 | 237 | 220 | 0 | 11 | 21 | 40 | 36 | 20 | 76 |
| Binary | 10101110 | 10011111 | 10010000 | 0 | 1001 | 10001 | 100000 | 11110 | 10000 | 111110 |
Color Harmonies of #AE9F90
Complementary color
Monochromatic Colors of #AE9F90
Black with #AE9F90
Text Example
Text Example
White with #AE9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9F90; }
p { color: rgb(174,159,144); }
H1.HeaderClassName
{
color: #AE9F90;
}
.AnyTagClassName
{
color: #AE9F90;
}
</style>
background-color css
<style>
a { background-color: #AE9F90; }
a { background-color: rgb(174,159,144); }
div.DivClassName
{
background-color: #AE9F90;
}
.BgClassName
{
background-color: #AE9F90;
}
</style>
border-color css
<style>
span { border-color: #AE9F90; }
span { border-color: rgb(174,159,144); }
td.TdClassName
{
border-color: #AE9F90;
}
.TagClassName
{
border-color: #AE9F90;
}
</style>