Html Css Color HEX #AEA128 Earls Green

📋 copy color: '#AEA128'

red 174 ◦ green 161 ◦ blue 40

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

Shades of Earls Green #AEA128

Tints of Earls Green #AEA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.93%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 46.4%
G = 42.93%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AEA128 (or 0xAEA128) is known color: Earls Green. HEX triplet: AE, A1 and 28. RGB value is (174,161,40). Sum of RGB (Red+Green+Blue) = 174+161+40=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA128 is #515ED7. Grayscale: #979797. Windows color (decimal): -5332696 or 2662830. OLE color: 2662830.

HSL color Cylindrical-coordinate representation of color #AEA128: hue angle of 54.18º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEA128 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 161 40 -
CMYK 0 0.07 0.77 0.32
HSL 54.18º 0.63% 0.42% -
HSV(B) 54.18º 0.77% 0.68% -
XYZ 30.58 34.64 7.08 -
YUV 151.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 174 161 40 0 0.07 0.77 0.32 54.18 0.63 0.42
Hex AE A1 28 0 7 4D 20 36 3F 2A
Octal 256 241 50 0 7 115 40 66 77 52
Binary 10101110 10100001 101000 0 111 1001101 100000 110110 111111 101010

Color Harmonies of #AEA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA128

Black with #AEA128

Text Example


Text Example

White with #AEA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA128; }

 p { color: rgb(174,161,40); }

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

background-color css

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

 a { background-color: rgb(174,161,40); }

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

border-color css

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

 span { border-color: rgb(174,161,40); }

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