Html Css Color HEX #AEAA31 Earls Green

📋 copy color: '#AEAA31'

red 174 ◦ green 170 ◦ blue 49

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

Shades of Earls Green #AEAA31

Tints of Earls Green #AEAA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 49 (19.53% from 255) = 12.47%

R = 44.27%
G = 43.26%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AEAA31 (or 0xAEAA31) is known color: Earls Green. HEX triplet: AE, AA and 31. RGB value is (174,170,49). Sum of RGB (Red+Green+Blue) = 174+170+49=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA31 is #5155CE. Grayscale: #9D9D9D. Windows color (decimal): -5330383 or 3254958. OLE color: 3254958.

HSL color Cylindrical-coordinate representation of color #AEAA31: hue angle of 58.08º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEAA31 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 170 49 -
CMYK 0 0.02 0.72 0.32
HSL 58.08º 0.56% 0.44% -
HSV(B) 58.08º 0.72% 0.68% -
XYZ 32.38 37.97 8.53 -
YUV 157.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 174 170 49 0 0.02 0.72 0.32 58.08 0.56 0.44
Hex AE AA 31 0 2 48 20 3A 38 2C
Octal 256 252 61 0 2 110 40 72 70 54
Binary 10101110 10101010 110001 0 10 1001000 100000 111010 111000 101100

Color Harmonies of #AEAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA31

Black with #AEAA31

Text Example


Text Example

White with #AEAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA31; }

 p { color: rgb(174,170,49); }

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

background-color css

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

 a { background-color: rgb(174,170,49); }

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

border-color css

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

 span { border-color: rgb(174,170,49); }

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