#a9a52e

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

Shades of Earls Green #A9A52E

Tints of Earls Green #A9A52E

Color information

#A9A52E (or 0xA9A52E) is unknown color: approx Earls Green. HEX triplet: A9, A5 and 2E. RGB value is (169,165,46). Sum of RGB (Red+Green+Blue) = 169+165+46=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A52E is #565AD1. Grayscale: #999999. Windows color (decimal): -5659346 or 3057065. OLE color: 3057065.

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

Color convert

RGB16916546-
CMYK00.020.730.34
HSL58.05º57.21%42.16%-
HSV(B)58.05º72.78%66.27%-
XYZ30.3135.547.85-
YUV152.6367.83139.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 46 (18.36% from 255) = 12.11%
R=44.47%
G=43.42%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691654600.020.730.3458.0557.2142.16
HexA9A52E0249223a392a
Octal251245560211142727152
Binary10101001101001011011100101001001100010111010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9a52e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9a52e; }

 p { color: rgb(169,165,46); }

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

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

 a { background-color: rgb(169,165,46); }

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

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

 span { border-color: rgb(169,165,46); }

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