Html Css Color HEX #AEAA20 Earls Green

📋 copy color: '#AEAA20'

red 174 ◦ green 170 ◦ blue 32

#AEAA20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #AEAA20

Tints of Earls Green #AEAA20

RGB

 RED value IS 174 (68.36% from 255) = 46.28%

 GREEN value IS 170 (66.8% from 255) = 45.21%

 BLUE value IS 32 (12.89% from 255) = 8.51%

R = 46.28%
G = 45.21%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AEAA20 (or 0xAEAA20) is known color: Earls Green. HEX triplet: AE, AA and 20. RGB value is (174,170,32). Sum of RGB (Red+Green+Blue) = 174+170+32=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA20 is #5155DF. Grayscale: #9C9C9C. Windows color (decimal): -5330400 or 2140846. OLE color: 2140846.

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

Color convert

RGB 174 170 32 -
CMYK 0 0.02 0.82 0.32
HSL 58.31º 0.69% 0.4% -
HSV(B) 58.31º 0.82% 0.68% -
XYZ 32.09 37.85 6.98 -
YUV 155.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 174 170 32 0 0.02 0.82 0.32 58.31 0.69 0.4
Hex AE AA 20 0 2 52 20 3A 45 28
Octal 256 252 40 0 2 122 40 72 105 50
Binary 10101110 10101010 100000 0 10 1010010 100000 111010 1000101 101000

Color Harmonies of #AEAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA20

Black with #AEAA20

Text Example


Text Example

White with #AEAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA20; }

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

 H1.HeaderClassName
 {
   color: #AEAA20;
 }
 .AnyTagClassName
 {
   color: #AEAA20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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