Html Css Color HEX #AEA620 Earls Green

📋 copy color: '#AEA620'

red 174 ◦ green 166 ◦ blue 32

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

Shades of Earls Green #AEA620

Tints of Earls Green #AEA620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.62%

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

R = 46.77%
G = 44.62%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AEA620 (or 0xAEA620) is known color: Earls Green. HEX triplet: AE, A6 and 20. RGB value is (174,166,32). Sum of RGB (Red+Green+Blue) = 174+166+32=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA620 is #5159DF. Grayscale: #999999. Windows color (decimal): -5331424 or 2139822. OLE color: 2139822.

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

Color convert

RGB 174 166 32 -
CMYK 0 0.05 0.82 0.32
HSL 56.62º 0.69% 0.4% -
HSV(B) 56.62º 0.82% 0.68% -
XYZ 31.35 36.38 6.74 -
YUV 153.12 59.65 142.9 -
System Red Green Blue C M Y K H S L
Decimal 174 166 32 0 0.05 0.82 0.32 56.62 0.69 0.4
Hex AE A6 20 0 5 52 20 39 45 28
Octal 256 246 40 0 5 122 40 71 105 50
Binary 10101110 10100110 100000 0 101 1010010 100000 111001 1000101 101000

Color Harmonies of #AEA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA620

Black with #AEA620

Text Example


Text Example

White with #AEA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA620; }

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

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

background-color css

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

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

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

border-color css

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

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

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