Shades of Zorba #AA9B8F
Tints of Zorba #AA9B8F
RGB
CMYK
RGB Variations
Color information
#AA9B8F (or 0xAA9B8F) is known color: Zorba. HEX triplet: AA, 9B and 8F. RGB value is (170,155,143). Sum of RGB (Red+Green+Blue) = 170+155+143=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B8F is #556470. Grayscale: #9E9E9E. Windows color (decimal): -5596273 or 9411498. OLE color: 9411498.
HSL color Cylindrical-coordinate representation of color #AA9B8F: hue angle of 26.67º 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 #AA9B8F is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 143 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.33 |
| HSL | 26.67º | 0.14% | 0.61% | - |
| HSV(B) | 26.67º | 0.16% | 0.67% | - |
| XYZ | 33.26 | 33.97 | 30.79 | - |
| YUV | 158.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 143 | 0 | 0.09 | 0.16 | 0.33 | 26.67 | 0.14 | 0.61 |
| Hex | AA | 9B | 8F | 0 | 9 | 10 | 21 | 1B | E | 3D |
| Octal | 252 | 233 | 217 | 0 | 11 | 20 | 41 | 33 | 16 | 75 |
| Binary | 10101010 | 10011011 | 10001111 | 0 | 1001 | 10000 | 100001 | 11011 | 1110 | 111101 |
Color Harmonies of #AA9B8F
Complementary color
Monochromatic Colors of #AA9B8F
Black with #AA9B8F
Text Example
Text Example
White with #AA9B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B8F; }
p { color: rgb(170,155,143); }
H1.HeaderClassName
{
color: #AA9B8F;
}
.AnyTagClassName
{
color: #AA9B8F;
}
</style>
background-color css
<style>
a { background-color: #AA9B8F; }
a { background-color: rgb(170,155,143); }
div.DivClassName
{
background-color: #AA9B8F;
}
.BgClassName
{
background-color: #AA9B8F;
}
</style>
border-color css
<style>
span { border-color: #AA9B8F; }
span { border-color: rgb(170,155,143); }
td.TdClassName
{
border-color: #AA9B8F;
}
.TagClassName
{
border-color: #AA9B8F;
}
</style>