Html Css Color HEX #AEA52A Earls Green

📋 copy color: '#AEA52A'

red 174 ◦ green 165 ◦ blue 42

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

Shades of Earls Green #AEA52A

Tints of Earls Green #AEA52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.31%

 BLUE value IS 42 (16.8% from 255) = 11.02%

R = 45.67%
G = 43.31%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AEA52A (or 0xAEA52A) is known color: Earls Green. HEX triplet: AE, A5 and 2A. RGB value is (174,165,42). Sum of RGB (Red+Green+Blue) = 174+165+42=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA52A is #515AD5. Grayscale: #9A9A9A. Windows color (decimal): -5331670 or 2794926. OLE color: 2794926.

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

Color convert

RGB 174 165 42 -
CMYK 0 0.05 0.76 0.32
HSL 55.91º 0.61% 0.42% -
HSV(B) 55.91º 0.76% 0.68% -
XYZ 31.33 36.08 7.5 -
YUV 153.67 64.98 142.5 -
System Red Green Blue C M Y K H S L
Decimal 174 165 42 0 0.05 0.76 0.32 55.91 0.61 0.42
Hex AE A5 2A 0 5 4C 20 38 3D 2A
Octal 256 245 52 0 5 114 40 70 75 52
Binary 10101110 10100101 101010 0 101 1001100 100000 111000 111101 101010

Color Harmonies of #AEA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA52A

Black with #AEA52A

Text Example


Text Example

White with #AEA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA52A; }

 p { color: rgb(174,165,42); }

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

background-color css

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

 a { background-color: rgb(174,165,42); }

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

border-color css

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

 span { border-color: rgb(174,165,42); }

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