Html Css Color HEX #AEAB20 Earls Green

📋 copy color: '#AEAB20'

red 174 ◦ green 171 ◦ blue 32

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

Shades of Earls Green #AEAB20

Tints of Earls Green #AEAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.36%

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

R = 46.15%
G = 45.36%
B = 8.49%

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

#AEAB20 (or 0xAEAB20) is known color: Earls Green. HEX triplet: AE, AB and 20. RGB value is (174,171,32). Sum of RGB (Red+Green+Blue) = 174+171+32=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB20 is #5154DF. Grayscale: #9C9C9C. Windows color (decimal): -5330144 or 2141102. OLE color: 2141102.

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

Color convert

RGB 174 171 32 -
CMYK 0 0.02 0.82 0.32
HSL 58.73º 0.69% 0.4% -
HSV(B) 58.73º 0.82% 0.68% -
XYZ 32.28 38.23 7.04 -
YUV 156.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 174 171 32 0 0.02 0.82 0.32 58.73 0.69 0.4
Hex AE AB 20 0 2 52 20 3B 45 28
Octal 256 253 40 0 2 122 40 73 105 50
Binary 10101110 10101011 100000 0 10 1010010 100000 111011 1000101 101000

Color Harmonies of #AEAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB20

Black with #AEAB20

Text Example


Text Example

White with #AEAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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