Html Css Color HEX #AEA820 Earls Green

📋 copy color: '#AEA820'

red 174 ◦ green 168 ◦ blue 32

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

Shades of Earls Green #AEA820

Tints of Earls Green #AEA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.92%

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

R = 46.52%
G = 44.92%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AEA820 (or 0xAEA820) is known color: Earls Green. HEX triplet: AE, A8 and 20. RGB value is (174,168,32). Sum of RGB (Red+Green+Blue) = 174+168+32=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA820 is #5157DF. Grayscale: #9A9A9A. Windows color (decimal): -5330912 or 2140334. OLE color: 2140334.

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

Color convert

RGB 174 168 32 -
CMYK 0 0.03 0.82 0.32
HSL 57.46º 0.69% 0.4% -
HSV(B) 57.46º 0.82% 0.68% -
XYZ 31.72 37.11 6.86 -
YUV 154.29 58.99 142.06 -
System Red Green Blue C M Y K H S L
Decimal 174 168 32 0 0.03 0.82 0.32 57.46 0.69 0.4
Hex AE A8 20 0 3 52 20 39 45 28
Octal 256 250 40 0 3 122 40 71 105 50
Binary 10101110 10101000 100000 0 11 1010010 100000 111001 1000101 101000

Color Harmonies of #AEA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA820

Black with #AEA820

Text Example


Text Example

White with #AEA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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