Shades of Zorba #AE9F8F
Tints of Zorba #AE9F8F
RGB
CMYK
RGB Variations
Color information
#AE9F8F (or 0xAE9F8F) is known color: Zorba. HEX triplet: AE, 9F and 8F. RGB value is (174,159,143). Sum of RGB (Red+Green+Blue) = 174+159+143=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9F8F is #516070. Grayscale: #A1A1A1. Windows color (decimal): -5333105 or 9412526. OLE color: 9412526.
HSL color Cylindrical-coordinate representation of color #AE9F8F: hue angle of 30.97º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AE9F8F is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 159 | 143 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.32 |
| HSL | 30.97º | 0.16% | 0.62% | - |
| HSV(B) | 30.97º | 0.18% | 0.68% | - |
| XYZ | 34.81 | 35.78 | 31.06 | - |
| YUV | 161.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 159 | 143 | 0 | 0.09 | 0.18 | 0.32 | 30.97 | 0.16 | 0.62 |
| Hex | AE | 9F | 8F | 0 | 9 | 12 | 20 | 1F | 10 | 3E |
| Octal | 256 | 237 | 217 | 0 | 11 | 22 | 40 | 37 | 20 | 76 |
| Binary | 10101110 | 10011111 | 10001111 | 0 | 1001 | 10010 | 100000 | 11111 | 10000 | 111110 |
Color Harmonies of #AE9F8F
Complementary color
Monochromatic Colors of #AE9F8F
Black with #AE9F8F
Text Example
Text Example
White with #AE9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9F8F; }
p { color: rgb(174,159,143); }
H1.HeaderClassName
{
color: #AE9F8F;
}
.AnyTagClassName
{
color: #AE9F8F;
}
</style>
background-color css
<style>
a { background-color: #AE9F8F; }
a { background-color: rgb(174,159,143); }
div.DivClassName
{
background-color: #AE9F8F;
}
.BgClassName
{
background-color: #AE9F8F;
}
</style>
border-color css
<style>
span { border-color: #AE9F8F; }
span { border-color: rgb(174,159,143); }
td.TdClassName
{
border-color: #AE9F8F;
}
.TagClassName
{
border-color: #AE9F8F;
}
</style>