#AD9F5D

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

Shades of Gimblet #AD9F5D

Tints of Gimblet #AD9F5D

Color information

#AD9F5D (or 0xAD9F5D) is unknown color: approx Gimblet. HEX triplet: AD, 9F and 5D. RGB value is (173,159,93). Sum of RGB (Red+Green+Blue) = 173+159+93=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F5D is #5260A2. Grayscale: #9B9B9B. Windows color (decimal): -5398691 or 6135725. OLE color: 6135725.

HSL color Cylindrical-coordinate representation of color #AD9F5D: hue angle of 49.5º 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 #AD9F5D is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17315993-
CMYK00.080.460.32
HSL49.5º32.79%52.16%-
HSV(B)49.5º46.24%67.84%-
XYZ31.6134.4715.34-
YUV155.6692.64140.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=40.71%
G=37.41%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731599300.080.460.3249.532.7952.16
HexAD9F5D082E20322134
Octal2552371350105640624164
Binary1010110110011111101110101000101110100000110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F5D; }

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

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

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

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

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

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

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

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