#ADA25A

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

Shades of Gimblet #ADA25A

Tints of Gimblet #ADA25A

Color information

#ADA25A (or 0xADA25A) is unknown color: approx Gimblet. HEX triplet: AD, A2 and 5A. RGB value is (173,162,90). Sum of RGB (Red+Green+Blue) = 173+162+90=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA25A is #525DA5. Grayscale: #9D9D9D. Windows color (decimal): -5397926 or 5939885. OLE color: 5939885.

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

Color convert

RGB17316290-
CMYK00.060.480.32
HSL52.05º33.6%51.57%-
HSV(B)52.05º47.98%67.84%-
XYZ3235.4614.83-
YUV157.0890.14139.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=40.71%
G=38.12%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731629000.060.480.3252.0533.651.57
HexADA25A063020342234
Octal255242132066040644264
Binary101011011010001010110100110110000100000110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA25A; }

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

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

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

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

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

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

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

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