Html Css Color HEX #AEA42E Earls Green

📋 copy color: '#AEA42E'

red 174 ◦ green 164 ◦ blue 46

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

Shades of Earls Green #AEA42E

Tints of Earls Green #AEA42E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.71%

 BLUE value IS 46 (18.36% from 255) = 11.98%

R = 45.31%
G = 42.71%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AEA42E (or 0xAEA42E) is known color: Earls Green. HEX triplet: AE, A4 and 2E. RGB value is (174,164,46). Sum of RGB (Red+Green+Blue) = 174+164+46=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA42E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA42E is #515BD1. Grayscale: #9A9A9A. Windows color (decimal): -5331922 or 3056814. OLE color: 3056814.

HSL color Cylindrical-coordinate representation of color #AEA42E: hue angle of 55.31º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEA42E is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 164 46 -
CMYK 0 0.06 0.74 0.32
HSL 55.31º 0.58% 0.43% -
HSV(B) 55.31º 0.74% 0.68% -
XYZ 31.22 35.75 7.84 -
YUV 153.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 174 164 46 0 0.06 0.74 0.32 55.31 0.58 0.43
Hex AE A4 2E 0 6 4A 20 37 3A 2B
Octal 256 244 56 0 6 112 40 67 72 53
Binary 10101110 10100100 101110 0 110 1001010 100000 110111 111010 101011

Color Harmonies of #AEA42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA42E

Black with #AEA42E

Text Example


Text Example

White with #AEA42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA42E; }

 p { color: rgb(174,164,46); }

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

background-color css

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

 a { background-color: rgb(174,164,46); }

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

border-color css

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

 span { border-color: rgb(174,164,46); }

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