#AEA61B

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

Shades of Earls Green #AEA61B

Tints of Earls Green #AEA61B

Color information

#AEA61B (or 0xAEA61B) is unknown color: approx Earls Green. HEX triplet: AE, A6 and 1B. RGB value is (174,166,27). Sum of RGB (Red+Green+Blue) = 174+166+27=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA61B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA61B is #5159E4. Grayscale: #999999. Windows color (decimal): -5331429 or 1812142. OLE color: 1812142.

HSL color Cylindrical-coordinate representation of color #AEA61B: hue angle of 56.73º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEA61B is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17416627-
CMYK00.050.840.32
HSL56.73º73.13%39.41%-
HSV(B)56.73º84.48%68.24%-
XYZ31.2936.356.4-
YUV152.5557.15143.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 27 (10.94% from 255) = 7.36%
R=47.41%
G=45.23%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741662700.050.840.3256.7373.1339.41
HexAEA61B055420394927
Octal2562463305124407111147
Binary101011101010011011011010110101001000001110011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA61B; }

 p { color: rgb(174,166,27); }

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

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

 a { background-color: rgb(174,166,27); }

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

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

 span { border-color: rgb(174,166,27); }

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