#AEA71B

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

Shades of Earls Green #AEA71B

Tints of Earls Green #AEA71B

Color information

#AEA71B (or 0xAEA71B) is unknown color: approx Earls Green. HEX triplet: AE, A7 and 1B. RGB value is (174,167,27). Sum of RGB (Red+Green+Blue) = 174+167+27=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA71B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA71B is #5158E4. Grayscale: #999999. Windows color (decimal): -5331173 or 1812398. OLE color: 1812398.

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

Color convert

RGB17416727-
CMYK00.040.840.32
HSL57.14º73.13%39.41%-
HSV(B)57.14º84.48%68.24%-
XYZ31.4736.726.46-
YUV153.1356.82142.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 167 (65.62% from 255) = 45.38%
BLUE value IS 27 (10.94% from 255) = 7.34%
R=47.28%
G=45.38%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741672700.040.840.3257.1473.1339.41
HexAEA71B045420394927
Octal2562473304124407111147
Binary101011101010011111011010010101001000001110011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA71B; }

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

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

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

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

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

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

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

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