#AD9D8E

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

Shades of Zorba #AD9D8E

Tints of Zorba #AD9D8E

Color information

#AD9D8E (or 0xAD9D8E) is unknown color: approx Zorba. HEX triplet: AD, 9D and 8E. RGB value is (173,157,142). Sum of RGB (Red+Green+Blue) = 173+157+142=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9D8E is #526271. Grayscale: #A0A0A0. Windows color (decimal): -5399154 or 9346477. OLE color: 9346477.

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

Color convert

RGB173157142-
CMYK00.090.180.32
HSL29.03º15.9%61.76%-
HSV(B)29.03º17.92%67.84%-
XYZ34.1734.9530.54-
YUV160.07117.8137.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=36.65%
G=33.26%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315714200.090.180.3229.0315.961.76
HexAD9D8E0912201d103e
Octal2552352160112240352076
Binary10101101100111011000111001001100101000001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D8E; }

 p { color: rgb(173,157,142); }

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

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

 a { background-color: rgb(173,157,142); }

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

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

 span { border-color: rgb(173,157,142); }

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