#AD9F91

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

Shades of Zorba #AD9F91

Tints of Zorba #AD9F91

Color information

#AD9F91 (or 0xAD9F91) is unknown color: approx Zorba. HEX triplet: AD, 9F and 91. RGB value is (173,159,145). Sum of RGB (Red+Green+Blue) = 173+159+145=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F91 is #52606E. Grayscale: #A1A1A1. Windows color (decimal): -5398639 or 9543597. OLE color: 9543597.

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

Color convert

RGB173159145-
CMYK00.080.160.32
HSL30º14.58%62.35%-
HSV(B)30º16.18%67.84%-
XYZ34.7435.7231.85-
YUV161.59118.64136.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=36.27%
G=33.33%
B=30.40%

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
Decimal17315914500.080.160.323014.5862.35
HexAD9F910810201ef3e
Octal2552372210102040361776
Binary1010110110011111100100010100010000100000111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F91; }

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

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

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

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

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

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

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

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