#ADA25E

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

Shades of Gimblet #ADA25E

Tints of Gimblet #ADA25E

Color information

#ADA25E (or 0xADA25E) is unknown color: approx Gimblet. HEX triplet: AD, A2 and 5E. RGB value is (173,162,94). Sum of RGB (Red+Green+Blue) = 173+162+94=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA25E is #525DA1. Grayscale: #9D9D9D. Windows color (decimal): -5397922 or 6202029. OLE color: 6202029.

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

Color convert

RGB17316294-
CMYK00.060.460.32
HSL51.65º32.51%52.35%-
HSV(B)51.65º45.66%67.84%-
XYZ32.1735.5315.75-
YUV157.5492.14139.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=40.33%
G=37.76%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731629400.060.460.3251.6532.5152.35
HexADA25E062E20342134
Octal255242136065640644164
Binary101011011010001010111100110101110100000110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA25E; }

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

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

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

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

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

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

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

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