#AEA82A

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

Shades of Earls Green #AEA82A

Tints of Earls Green #AEA82A

Color information

#AEA82A (or 0xAEA82A) is unknown color: approx Earls Green. HEX triplet: AE, A8 and 2A. RGB value is (174,168,42). Sum of RGB (Red+Green+Blue) = 174+168+42=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA82A is #5157D5. Grayscale: #9B9B9B. Windows color (decimal): -5330902 or 2795694. OLE color: 2795694.

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

Color convert

RGB17416842-
CMYK00.030.760.32
HSL57.27º61.11%42.35%-
HSV(B)57.27º75.86%68.24%-
XYZ31.8837.177.69-
YUV155.4363.99141.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 168 (66.02% from 255) = 43.75%
BLUE value IS 42 (16.80% from 255) = 10.94%
R=45.31%
G=43.75%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741684200.030.760.3257.2761.1142.35
HexAEA82A034C20393d2a
Octal256250520311440717552
Binary10101110101010001010100111001100100000111001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA82A; }

 p { color: rgb(174,168,42); }

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

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

 a { background-color: rgb(174,168,42); }

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

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

 span { border-color: rgb(174,168,42); }

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