Shades of Zorba #AD988A
Tints of Zorba #AD988A
RGB
CMYK
RGB Variations
Color information
#AD988A (or 0xAD988A) is known color: Zorba. HEX triplet: AD, 98 and 8A. RGB value is (173,152,138). Sum of RGB (Red+Green+Blue) = 173+152+138=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD988A is #526775. Grayscale: #9C9C9C. Windows color (decimal): -5400438 or 9083053. OLE color: 9083053.
HSL color Cylindrical-coordinate representation of color #AD988A: hue angle of 24º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD988A is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 138 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.32 |
| HSL | 24º | 0.18% | 0.61% | - |
| HSV(B) | 24º | 0.2% | 0.68% | - |
| XYZ | 33.05 | 33.18 | 28.71 | - |
| YUV | 156.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 138 | 0 | 0.12 | 0.20 | 0.32 | 24 | 0.18 | 0.61 |
| Hex | AD | 98 | 8A | 0 | C | 14 | 20 | 18 | 12 | 3D |
| Octal | 255 | 230 | 212 | 0 | 14 | 24 | 40 | 30 | 22 | 75 |
| Binary | 10101101 | 10011000 | 10001010 | 0 | 1100 | 10100 | 100000 | 11000 | 10010 | 111101 |
Color Harmonies of #AD988A
Complementary color
Monochromatic Colors of #AD988A
Black with #AD988A
Text Example
Text Example
White with #AD988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD988A; }
p { color: rgb(173,152,138); }
H1.HeaderClassName
{
color: #AD988A;
}
.AnyTagClassName
{
color: #AD988A;
}
</style>
background-color css
<style>
a { background-color: #AD988A; }
a { background-color: rgb(173,152,138); }
div.DivClassName
{
background-color: #AD988A;
}
.BgClassName
{
background-color: #AD988A;
}
</style>
border-color css
<style>
span { border-color: #AD988A; }
span { border-color: rgb(173,152,138); }
td.TdClassName
{
border-color: #AD988A;
}
.TagClassName
{
border-color: #AD988A;
}
</style>