#A9A62A

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

Shades of Earls Green #A9A62A

Tints of Earls Green #A9A62A

Color information

#A9A62A (or 0xA9A62A) is unknown color: approx Earls Green. HEX triplet: A9, A6 and 2A. RGB value is (169,166,42). Sum of RGB (Red+Green+Blue) = 169+166+42=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A62A is #5659D5. Grayscale: #999999. Windows color (decimal): -5659094 or 2795177. OLE color: 2795177.

HSL color Cylindrical-coordinate representation of color #A9A62A: hue angle of 58.58º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9A62A is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB16916642-
CMYK00.020.750.34
HSL58.58º60.19%41.37%-
HSV(B)58.58º75.15%66.27%-
XYZ30.4235.877.51-
YUV152.7665.49139.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 42 (16.80% from 255) = 11.14%
R=44.83%
G=44.03%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691664200.020.750.3458.5860.1941.37
HexA9A62A024B223b3c29
Octal251246520211342737451
Binary10101001101001101010100101001011100010111011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A62A; }

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

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

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

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

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

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

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

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