Html Css Color HEX #AAAD2A Earls Green

📋 copy color: '#AAAD2A'

red 170 ◦ green 173 ◦ blue 42

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

Shades of Earls Green #AAAD2A

Tints of Earls Green #AAAD2A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.94%

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

R = 44.16%
G = 44.94%
B = 10.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AAAD2A (or 0xAAAD2A) is known color: Earls Green. HEX triplet: AA, AD and 2A. RGB value is (170,173,42). Sum of RGB (Red+Green+Blue) = 170+173+42=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD2A is #5552D5. Grayscale: #9D9D9D. Windows color (decimal): -5591766 or 2796970. OLE color: 2796970.

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

Color convert

RGB 170 173 42 -
CMYK 0.02 0 0.76 0.32
HSL 61.37º 0.61% 0.42% -
HSV(B) 61.37º 0.76% 0.68% -
XYZ 31.94 38.6 7.96 -
YUV 157.17 63.01 137.15 -
System Red Green Blue C M Y K H S L
Decimal 170 173 42 0.02 0 0.76 0.32 61.37 0.61 0.42
Hex AA AD 2A 2 0 4C 20 3D 3D 2A
Octal 252 255 52 2 0 114 40 75 75 52
Binary 10101010 10101101 101010 10 0 1001100 100000 111101 111101 101010

Color Harmonies of #AAAD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD2A

Black with #AAAD2A

Text Example


Text Example

White with #AAAD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD2A; }

 p { color: rgb(170,173,42); }

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

background-color css

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

 a { background-color: rgb(170,173,42); }

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

border-color css

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

 span { border-color: rgb(170,173,42); }

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