#ADA05D

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

Shades of Gimblet #ADA05D

Tints of Gimblet #ADA05D

Color information

#ADA05D (or 0xADA05D) is unknown color: approx Gimblet. HEX triplet: AD, A0 and 5D. RGB value is (173,160,93). Sum of RGB (Red+Green+Blue) = 173+160+93=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA05D is #525FA2. Grayscale: #9C9C9C. Windows color (decimal): -5398435 or 6135981. OLE color: 6135981.

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

Color convert

RGB17316093-
CMYK00.080.460.32
HSL50.25º32.79%52.16%-
HSV(B)50.25º46.24%67.84%-
XYZ31.7834.8215.4-
YUV156.2592.31139.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 93 (36.72% from 255) = 21.83%
R=40.61%
G=37.56%
B=21.83%

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
Decimal1731609300.080.460.3250.2532.7952.16
HexADA05D082E20322134
Octal2552401350105640624164
Binary1010110110100000101110101000101110100000110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA05D; }

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

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

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

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

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

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

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

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