#AEAA1D

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

Shades of Earls Green #AEAA1D

Tints of Earls Green #AEAA1D

Color information

#AEAA1D (or 0xAEAA1D) is unknown color: approx Earls Green. HEX triplet: AE, AA and 1D. RGB value is (174,170,29). Sum of RGB (Red+Green+Blue) = 174+170+29=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA1D is #5155E2. Grayscale: #9B9B9B. Windows color (decimal): -5330403 or 1944238. OLE color: 1944238.

HSL color Cylindrical-coordinate representation of color #AEAA1D: hue angle of 58.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEAA1D is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB17417029-
CMYK00.020.830.32
HSL58.34º71.43%39.8%-
HSV(B)58.34º83.33%68.24%-
XYZ32.0537.846.78-
YUV155.1256.83141.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 29 (11.72% from 255) = 7.77%
R=46.65%
G=45.58%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741702900.020.830.3258.3471.4339.8
HexAEAA1D0253203a4728
Octal2562523502123407210750
Binary10101110101010101110101010100111000001110101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA1D; }

 p { color: rgb(174,170,29); }

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

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

 a { background-color: rgb(174,170,29); }

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

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

 span { border-color: rgb(174,170,29); }

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