#AEAC16

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

Shades of Earls Green #AEAC16

Tints of Earls Green #AEAC16

Color information

#AEAC16 (or 0xAEAC16) is unknown color: approx Earls Green. HEX triplet: AE, AC and 16. RGB value is (174,172,22). Sum of RGB (Red+Green+Blue) = 174+172+22=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC16 is #5153E9. Grayscale: #9C9C9C. Windows color (decimal): -5329898 or 1485998. OLE color: 1485998.

HSL color Cylindrical-coordinate representation of color #AEAC16: hue angle of 59.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEAC16 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB17417222-
CMYK00.010.870.32
HSL59.21º77.55%38.43%-
HSV(B)59.21º87.36%68.24%-
XYZ32.3538.566.5-
YUV155.552.66141.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 172 (67.58% from 255) = 46.74%
BLUE value IS 22 (8.98% from 255) = 5.98%
R=47.28%
G=46.74%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741722200.010.870.3259.2177.5538.43
HexAEAC160157203b4e26
Octal2562542601127407311646
Binary1010111010101100101100110101111000001110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC16; }

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

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

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

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

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

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

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

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