Html Css Color HEX #AAAD2D Earls Green

📋 copy color: '#AAAD2D'

red 170 ◦ green 173 ◦ blue 45

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

Shades of Earls Green #AAAD2D

Tints of Earls Green #AAAD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 43.81%
G = 44.59%
B = 11.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AAAD2D (or 0xAAAD2D) is known color: Earls Green. HEX triplet: AA, AD and 2D. RGB value is (170,173,45). Sum of RGB (Red+Green+Blue) = 170+173+45=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD2D is #5552D2. Grayscale: #9E9E9E. Windows color (decimal): -5591763 or 2993578. OLE color: 2993578.

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

Color convert

RGB 170 173 45 -
CMYK 0.02 0 0.74 0.32
HSL 61.41º 0.59% 0.43% -
HSV(B) 61.41º 0.74% 0.68% -
XYZ 31.99 38.62 8.25 -
YUV 157.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 170 173 45 0.02 0 0.74 0.32 61.41 0.59 0.43
Hex AA AD 2D 2 0 4A 20 3D 3B 2B
Octal 252 255 55 2 0 112 40 75 73 53
Binary 10101010 10101101 101101 10 0 1001010 100000 111101 111011 101011

Color Harmonies of #AAAD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD2D

Black with #AAAD2D

Text Example


Text Example

White with #AAAD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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