#AD9E5E

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

Shades of Gimblet #AD9E5E

Tints of Gimblet #AD9E5E

Color information

#AD9E5E (or 0xAD9E5E) is unknown color: approx Gimblet. HEX triplet: AD, 9E and 5E. RGB value is (173,158,94). Sum of RGB (Red+Green+Blue) = 173+158+94=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E5E is #5261A1. Grayscale: #9B9B9B. Windows color (decimal): -5398946 or 6201005. OLE color: 6201005.

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

Color convert

RGB17315894-
CMYK00.090.460.32
HSL48.61º32.51%52.35%-
HSV(B)48.61º45.66%67.84%-
XYZ31.4834.1515.52-
YUV155.1993.47140.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=40.71%
G=37.18%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731589400.090.460.3248.6132.5152.35
HexAD9E5E092E20312134
Octal2552361360115640614164
Binary1010110110011110101111001001101110100000110001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9E5E; }

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

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

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

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

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

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

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

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