Shades of Zorba #AE9A88
Tints of Zorba #AE9A88
RGB
CMYK
RGB Variations
Color information
#AE9A88 (or 0xAE9A88) is known color: Zorba. HEX triplet: AE, 9A and 88. RGB value is (174,154,136). Sum of RGB (Red+Green+Blue) = 174+154+136=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9A88 is #516577. Grayscale: #9E9E9E. Windows color (decimal): -5334392 or 8952494. OLE color: 8952494.
HSL color Cylindrical-coordinate representation of color #AE9A88: hue angle of 28.42º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE9A88 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 136 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.32 |
| HSL | 28.42º | 0.19% | 0.61% | - |
| HSV(B) | 28.42º | 0.22% | 0.68% | - |
| XYZ | 33.46 | 33.89 | 28.07 | - |
| YUV | 157.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 136 | 0 | 0.11 | 0.22 | 0.32 | 28.42 | 0.19 | 0.61 |
| Hex | AE | 9A | 88 | 0 | B | 16 | 20 | 1C | 13 | 3D |
| Octal | 256 | 232 | 210 | 0 | 13 | 26 | 40 | 34 | 23 | 75 |
| Binary | 10101110 | 10011010 | 10001000 | 0 | 1011 | 10110 | 100000 | 11100 | 10011 | 111101 |
Color Harmonies of #AE9A88
Complementary color
Monochromatic Colors of #AE9A88
Black with #AE9A88
Text Example
Text Example
White with #AE9A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A88; }
p { color: rgb(174,154,136); }
H1.HeaderClassName
{
color: #AE9A88;
}
.AnyTagClassName
{
color: #AE9A88;
}
</style>
background-color css
<style>
a { background-color: #AE9A88; }
a { background-color: rgb(174,154,136); }
div.DivClassName
{
background-color: #AE9A88;
}
.BgClassName
{
background-color: #AE9A88;
}
</style>
border-color css
<style>
span { border-color: #AE9A88; }
span { border-color: rgb(174,154,136); }
td.TdClassName
{
border-color: #AE9A88;
}
.TagClassName
{
border-color: #AE9A88;
}
</style>