Html Css Color HEX #AAAD31 Earls Green

📋 copy color: '#AAAD31'

red 170 ◦ green 173 ◦ blue 49

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

Shades of Earls Green #AAAD31

Tints of Earls Green #AAAD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.5%

R = 43.37%
G = 44.13%
B = 12.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AAAD31 (or 0xAAAD31) is known color: Earls Green. HEX triplet: AA, AD and 31. RGB value is (170,173,49). Sum of RGB (Red+Green+Blue) = 170+173+49=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD31 is #5552CE. Grayscale: #9E9E9E. Windows color (decimal): -5591759 or 3255722. OLE color: 3255722.

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

Color convert

RGB 170 173 49 -
CMYK 0.02 0 0.72 0.32
HSL 61.45º 0.56% 0.44% -
HSV(B) 61.45º 0.72% 0.68% -
XYZ 32.08 38.65 8.68 -
YUV 157.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 170 173 49 0.02 0 0.72 0.32 61.45 0.56 0.44
Hex AA AD 31 2 0 48 20 3D 38 2C
Octal 252 255 61 2 0 110 40 75 70 54
Binary 10101010 10101101 110001 10 0 1001000 100000 111101 111000 101100

Color Harmonies of #AAAD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD31

Black with #AAAD31

Text Example


Text Example

White with #AAAD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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