#AEAA2B

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

Shades of Earls Green #AEAA2B

Tints of Earls Green #AEAA2B

Color information

#AEAA2B (or 0xAEAA2B) is unknown color: approx Earls Green. HEX triplet: AE, AA and 2B. RGB value is (174,170,43). Sum of RGB (Red+Green+Blue) = 174+170+43=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA2B is #5155D4. Grayscale: #9D9D9D. Windows color (decimal): -5330389 or 2861742. OLE color: 2861742.

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

Color convert

RGB17417043-
CMYK00.020.750.32
HSL58.17º60.37%42.55%-
HSV(B)58.17º75.29%68.24%-
XYZ32.2737.927.9-
YUV156.7263.83140.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 43 (17.19% from 255) = 11.11%
R=44.96%
G=43.93%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741704300.020.750.3258.1760.3742.55
HexAEAA2B024B203a3c2b
Octal256252530211340727453
Binary10101110101010101010110101001011100000111010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA2B; }

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

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

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

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

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

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

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

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