#AEA02B

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

Shades of Earls Green #AEA02B

Tints of Earls Green #AEA02B

Color information

#AEA02B (or 0xAEA02B) is unknown color: approx Earls Green. HEX triplet: AE, A0 and 2B. RGB value is (174,160,43). Sum of RGB (Red+Green+Blue) = 174+160+43=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA02B is #515FD4. Grayscale: #979797. Windows color (decimal): -5332949 or 2859182. OLE color: 2859182.

HSL color Cylindrical-coordinate representation of color #AEA02B: hue angle of 53.59º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEA02B is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB17416043-
CMYK00.080.750.32
HSL53.59º60.37%42.55%-
HSV(B)53.59º75.29%68.24%-
XYZ30.4634.317.3-
YUV150.8567.14144.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 43 (17.19% from 255) = 11.41%
R=46.15%
G=42.44%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741604300.080.750.3253.5960.3742.55
HexAEA02B084B20363c2b
Octal2562405301011340667453
Binary1010111010100000101011010001001011100000110110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA02B; }

 p { color: rgb(174,160,43); }

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

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

 a { background-color: rgb(174,160,43); }

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

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

 span { border-color: rgb(174,160,43); }

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