#AD9E90

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

Shades of Zorba #AD9E90

Tints of Zorba #AD9E90

Color information

#AD9E90 (or 0xAD9E90) is unknown color: approx Zorba. HEX triplet: AD, 9E and 90. RGB value is (173,158,144). Sum of RGB (Red+Green+Blue) = 173+158+144=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E90 is #52616F. Grayscale: #A0A0A0. Windows color (decimal): -5398896 or 9477805. OLE color: 9477805.

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

Color convert

RGB173158144-
CMYK00.090.170.32
HSL28.97º15.03%62.16%-
HSV(B)28.97º16.76%67.84%-
XYZ34.4935.3531.39-
YUV160.89118.47136.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=36.42%
G=33.26%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315814400.090.170.3228.9715.0362.16
HexAD9E900911201df3e
Octal2552362200112140351776
Binary1010110110011110100100000100110001100000111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9E90; }

 p { color: rgb(173,158,144); }

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

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

 a { background-color: rgb(173,158,144); }

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

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

 span { border-color: rgb(173,158,144); }

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