#ADA62A

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

Shades of Earls Green #ADA62A

Tints of Earls Green #ADA62A

Color information

#ADA62A (or 0xADA62A) is unknown color: approx Earls Green. HEX triplet: AD, A6 and 2A. RGB value is (173,166,42). Sum of RGB (Red+Green+Blue) = 173+166+42=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA62A is #5259D5. Grayscale: #9A9A9A. Windows color (decimal): -5396950 or 2795181. OLE color: 2795181.

HSL color Cylindrical-coordinate representation of color #ADA62A: hue angle of 56.79º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADA62A is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17316642-
CMYK00.040.760.32
HSL56.79º60.93%42.16%-
HSV(B)56.79º75.72%67.84%-
XYZ31.2936.327.55-
YUV153.9664.82141.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 166 (65.23% from 255) = 43.57%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=45.41%
G=43.57%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731664200.040.760.3256.7960.9342.16
HexADA62A044C20393d2a
Octal255246520411440717552
Binary101011011010011010101001001001100100000111001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA62A; }

 p { color: rgb(173,166,42); }

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

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

 a { background-color: rgb(173,166,42); }

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

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

 span { border-color: rgb(173,166,42); }

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