#AEAC2A

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

Shades of Earls Green #AEAC2A

Tints of Earls Green #AEAC2A

Color information

#AEAC2A (or 0xAEAC2A) is unknown color: approx Earls Green. HEX triplet: AE, AC and 2A. RGB value is (174,172,42). Sum of RGB (Red+Green+Blue) = 174+172+42=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC2A is #5153D5. Grayscale: #9E9E9E. Windows color (decimal): -5329878 or 2796718. OLE color: 2796718.

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

Color convert

RGB17417242-
CMYK00.010.760.32
HSL59.09º61.11%42.35%-
HSV(B)59.09º75.86%68.24%-
XYZ32.6338.677.94-
YUV157.7862.66139.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 42 (16.80% from 255) = 10.82%
R=44.85%
G=44.33%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741724200.010.760.3259.0961.1142.35
HexAEAC2A014C203b3d2a
Octal256254520111440737552
Binary1010111010101100101010011001100100000111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC2A; }

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

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

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

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

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

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

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

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