#ADA05C

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

Shades of Gimblet #ADA05C

Tints of Gimblet #ADA05C

Color information

#ADA05C (or 0xADA05C) is unknown color: approx Gimblet. HEX triplet: AD, A0 and 5C. RGB value is (173,160,92). Sum of RGB (Red+Green+Blue) = 173+160+92=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA05C is #525FA3. Grayscale: #9C9C9C. Windows color (decimal): -5398436 or 6070445. OLE color: 6070445.

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

Color convert

RGB17316092-
CMYK00.080.470.32
HSL50.37º33.06%51.96%-
HSV(B)50.37º46.82%67.84%-
XYZ31.7434.815.17-
YUV156.1491.81140.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=40.71%
G=37.65%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731609200.080.470.3250.3733.0651.96
HexADA05C082F20322134
Octal2552401340105740624164
Binary1010110110100000101110001000101111100000110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA05C; }

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

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

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

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

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

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

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

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