Html Css Color HEX #AEA32A Earls Green

📋 copy color: '#AEA32A'

red 174 ◦ green 163 ◦ blue 42

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

Shades of Earls Green #AEA32A

Tints of Earls Green #AEA32A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.01%

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

R = 45.91%
G = 43.01%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AEA32A (or 0xAEA32A) is known color: Earls Green. HEX triplet: AE, A3 and 2A. RGB value is (174,163,42). Sum of RGB (Red+Green+Blue) = 174+163+42=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA32A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA32A is #515CD5. Grayscale: #989898. Windows color (decimal): -5332182 or 2794414. OLE color: 2794414.

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

Color convert

RGB 174 163 42 -
CMYK 0 0.06 0.76 0.32
HSL 55º 0.61% 0.42% -
HSV(B) 55º 0.76% 0.68% -
XYZ 30.97 35.36 7.38 -
YUV 152.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 174 163 42 0 0.06 0.76 0.32 55 0.61 0.42
Hex AE A3 2A 0 6 4C 20 37 3D 2A
Octal 256 243 52 0 6 114 40 67 75 52
Binary 10101110 10100011 101010 0 110 1001100 100000 110111 111101 101010

Color Harmonies of #AEA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA32A

Black with #AEA32A

Text Example


Text Example

White with #AEA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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