Html Css Color HEX #AAA62E Earls Green

📋 copy color: '#AAA62E'

red 170 ◦ green 166 ◦ blue 46

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

Shades of Earls Green #AAA62E

Tints of Earls Green #AAA62E

RGB

 RED value IS 170 (66.8% from 255) = 44.5%

 GREEN value IS 166 (65.23% from 255) = 43.46%

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

R = 44.5%
G = 43.46%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AAA62E (or 0xAAA62E) is known color: Earls Green. HEX triplet: AA, A6 and 2E. RGB value is (170,166,46). Sum of RGB (Red+Green+Blue) = 170+166+46=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA62E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA62E is #5559D1. Grayscale: #9A9A9A. Windows color (decimal): -5593554 or 3057322. OLE color: 3057322.

HSL color Cylindrical-coordinate representation of color #AAA62E: hue angle of 58.06º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAA62E is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 46 -
CMYK 0 0.02 0.73 0.33
HSL 58.06º 0.57% 0.42% -
HSV(B) 58.06º 0.73% 0.67% -
XYZ 30.71 36.02 7.92 -
YUV 153.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 170 166 46 0 0.02 0.73 0.33 58.06 0.57 0.42
Hex AA A6 2E 0 2 49 21 3A 39 2A
Octal 252 246 56 0 2 111 41 72 71 52
Binary 10101010 10100110 101110 0 10 1001001 100001 111010 111001 101010

Color Harmonies of #AAA62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA62E

Black with #AAA62E

Text Example


Text Example

White with #AAA62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA62E; }

 p { color: rgb(170,166,46); }

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

background-color css

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

 a { background-color: rgb(170,166,46); }

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

border-color css

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

 span { border-color: rgb(170,166,46); }

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