#AEA930

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

Shades of Earls Green #AEA930

Tints of Earls Green #AEA930

Color information

#AEA930 (or 0xAEA930) is unknown color: approx Earls Green. HEX triplet: AE, A9 and 30. RGB value is (174,169,48). Sum of RGB (Red+Green+Blue) = 174+169+48=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA930 is #5156CF. Grayscale: #9D9D9D. Windows color (decimal): -5330640 or 3189166. OLE color: 3189166.

HSL color Cylindrical-coordinate representation of color #AEA930: hue angle of 57.62º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEA930 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17416948-
CMYK00.030.720.32
HSL57.62º56.76%43.53%-
HSV(B)57.62º72.41%68.24%-
XYZ32.1837.598.36-
YUV156.766.66140.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 48 (19.14% from 255) = 12.28%
R=44.50%
G=43.22%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741694800.030.720.3257.6256.7643.53
HexAEA9300348203a392c
Octal256251600311040727154
Binary10101110101010011100000111001000100000111010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA930; }

 p { color: rgb(174,169,48); }

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

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

 a { background-color: rgb(174,169,48); }

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

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

 span { border-color: rgb(174,169,48); }

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