Html Css Color HEX #AAAD2C Earls Green

📋 copy color: '#AAAD2C'

red 170 ◦ green 173 ◦ blue 44

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

Shades of Earls Green #AAAD2C

Tints of Earls Green #AAAD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.37%

R = 43.93%
G = 44.7%
B = 11.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AAAD2C (or 0xAAAD2C) is known color: Earls Green. HEX triplet: AA, AD and 2C. RGB value is (170,173,44). Sum of RGB (Red+Green+Blue) = 170+173+44=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD2C is #5552D3. Grayscale: #9D9D9D. Windows color (decimal): -5591764 or 2928042. OLE color: 2928042.

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

Color convert

RGB 170 173 44 -
CMYK 0.02 0 0.75 0.32
HSL 61.4º 0.59% 0.43% -
HSV(B) 61.4º 0.75% 0.68% -
XYZ 31.98 38.62 8.15 -
YUV 157.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 170 173 44 0.02 0 0.75 0.32 61.4 0.59 0.43
Hex AA AD 2C 2 0 4B 20 3D 3B 2B
Octal 252 255 54 2 0 113 40 75 73 53
Binary 10101010 10101101 101100 10 0 1001011 100000 111101 111011 101011

Color Harmonies of #AAAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD2C

Black with #AAAD2C

Text Example


Text Example

White with #AAAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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