#AD9F92

Color #AD9F92 Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #AD9F92

Tints of Zorba #AD9F92

Color information

#AD9F92 (or 0xAD9F92) is unknown color: approx Zorba. HEX triplet: AD, 9F and 92. RGB value is (173,159,146). Sum of RGB (Red+Green+Blue) = 173+159+146=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F92 is #52606D. Grayscale: #A1A1A1. Windows color (decimal): -5398638 or 9609133. OLE color: 9609133.

HSL color Cylindrical-coordinate representation of color #AD9F92: hue angle of 28.89º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9F92 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB173159146-
CMYK00.080.160.32
HSL28.89º14.14%62.55%-
HSV(B)28.89º15.61%67.84%-
XYZ34.8235.7632.26-
YUV161.7119.14136.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=36.19%
G=33.26%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315914600.080.160.3228.8914.1462.55
HexAD9F920810201de3f
Octal2552372220102040351677
Binary1010110110011111100100100100010000100000111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F92; }

 p { color: rgb(173,159,146); }

 H1.HeaderClassName
 {
   color: #AD9F92;
 }
 .AnyTagClassName
 {
   color: #AD9F92;
 }
</style>
background-color css

<style>
 a { background-color: #AD9F92; }

 a { background-color: rgb(173,159,146); }

 div.DivClassName
 {
   background-color: #AD9F92;
 }
 .BgClassName
 {
   background-color: #AD9F92;
 }
</style>
border-color css

<style>
 span { border-color: #AD9F92; }

 span { border-color: rgb(173,159,146); }

 td.TdClassName
 {
   border-color: #AD9F92;
 }
 .TagClassName
 {
   border-color: #AD9F92;
 }
</style>