Html Css Color HEX #AEAB2A Earls Green

📋 copy color: '#AEAB2A'

red 174 ◦ green 171 ◦ blue 42

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

Shades of Earls Green #AEAB2A

Tints of Earls Green #AEAB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

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

R = 44.96%
G = 44.19%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AEAB2A (or 0xAEAB2A) is known color: Earls Green. HEX triplet: AE, AB and 2A. RGB value is (174,171,42). Sum of RGB (Red+Green+Blue) = 174+171+42=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB2A is #5154D5. Grayscale: #9D9D9D. Windows color (decimal): -5330134 or 2796462. OLE color: 2796462.

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

Color convert

RGB 174 171 42 -
CMYK 0 0.02 0.76 0.32
HSL 58.64º 0.61% 0.42% -
HSV(B) 58.64º 0.76% 0.68% -
XYZ 32.44 38.29 7.87 -
YUV 157.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 174 171 42 0 0.02 0.76 0.32 58.64 0.61 0.42
Hex AE AB 2A 0 2 4C 20 3B 3D 2A
Octal 256 253 52 0 2 114 40 73 75 52
Binary 10101110 10101011 101010 0 10 1001100 100000 111011 111101 101010

Color Harmonies of #AEAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB2A

Black with #AEAB2A

Text Example


Text Example

White with #AEAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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