Shades of Zorba #AA9D8F
Tints of Zorba #AA9D8F
RGB
CMYK
RGB Variations
Color information
#AA9D8F (or 0xAA9D8F) is known color: Zorba. HEX triplet: AA, 9D and 8F. RGB value is (170,157,143). Sum of RGB (Red+Green+Blue) = 170+157+143=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D8F is #556270. Grayscale: #9F9F9F. Windows color (decimal): -5595761 or 9412010. OLE color: 9412010.
HSL color Cylindrical-coordinate representation of color #AA9D8F: hue angle of 31.11º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9D8F is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 143 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.33 |
| HSL | 31.11º | 0.14% | 0.61% | - |
| HSV(B) | 31.11º | 0.16% | 0.67% | - |
| XYZ | 33.59 | 34.64 | 30.9 | - |
| YUV | 159.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 143 | 0 | 0.08 | 0.16 | 0.33 | 31.11 | 0.14 | 0.61 |
| Hex | AA | 9D | 8F | 0 | 8 | 10 | 21 | 1F | E | 3D |
| Octal | 252 | 235 | 217 | 0 | 10 | 20 | 41 | 37 | 16 | 75 |
| Binary | 10101010 | 10011101 | 10001111 | 0 | 1000 | 10000 | 100001 | 11111 | 1110 | 111101 |
Color Harmonies of #AA9D8F
Complementary color
Monochromatic Colors of #AA9D8F
Black with #AA9D8F
Text Example
Text Example
White with #AA9D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D8F; }
p { color: rgb(170,157,143); }
H1.HeaderClassName
{
color: #AA9D8F;
}
.AnyTagClassName
{
color: #AA9D8F;
}
</style>
background-color css
<style>
a { background-color: #AA9D8F; }
a { background-color: rgb(170,157,143); }
div.DivClassName
{
background-color: #AA9D8F;
}
.BgClassName
{
background-color: #AA9D8F;
}
</style>
border-color css
<style>
span { border-color: #AA9D8F; }
span { border-color: rgb(170,157,143); }
td.TdClassName
{
border-color: #AA9D8F;
}
.TagClassName
{
border-color: #AA9D8F;
}
</style>