Html Css Color HEX #AEA231 Earls Green

📋 copy color: '#AEA231'

red 174 ◦ green 162 ◦ blue 49

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

Shades of Earls Green #AEA231

Tints of Earls Green #AEA231

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.08%

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

R = 45.19%
G = 42.08%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AEA231 (or 0xAEA231) is known color: Earls Green. HEX triplet: AE, A2 and 31. RGB value is (174,162,49). Sum of RGB (Red+Green+Blue) = 174+162+49=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA231 is #515DCE. Grayscale: #999999. Windows color (decimal): -5332431 or 3252910. OLE color: 3252910.

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

Color convert

RGB 174 162 49 -
CMYK 0 0.07 0.72 0.32
HSL 54.24º 0.56% 0.44% -
HSV(B) 54.24º 0.72% 0.68% -
XYZ 30.93 35.06 8.04 -
YUV 152.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 174 162 49 0 0.07 0.72 0.32 54.24 0.56 0.44
Hex AE A2 31 0 7 48 20 36 38 2C
Octal 256 242 61 0 7 110 40 66 70 54
Binary 10101110 10100010 110001 0 111 1001000 100000 110110 111000 101100

Color Harmonies of #AEA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA231

Black with #AEA231

Text Example


Text Example

White with #AEA231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA231; }

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

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

background-color css

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

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

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

border-color css

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

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

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