Html Css Color HEX #AAA920 Earls Green

📋 copy color: '#AAA920'

red 170 ◦ green 169 ◦ blue 32

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

Shades of Earls Green #AAA920

Tints of Earls Green #AAA920

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.55%

 BLUE value IS 32 (12.89% from 255) = 8.63%

R = 45.82%
G = 45.55%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AAA920 (or 0xAAA920) is known color: Earls Green. HEX triplet: AA, A9 and 20. RGB value is (170,169,32). Sum of RGB (Red+Green+Blue) = 170+169+32=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA920 is #5556DF. Grayscale: #9A9A9A. Windows color (decimal): -5592800 or 2140586. OLE color: 2140586.

HSL color Cylindrical-coordinate representation of color #AAA920: hue angle of 59.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAA920 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 32 -
CMYK 0 0.01 0.81 0.33
HSL 59.57º 0.68% 0.4% -
HSV(B) 59.57º 0.81% 0.67% -
XYZ 31.03 37.03 6.88 -
YUV 153.68 59.33 139.64 -
System Red Green Blue C M Y K H S L
Decimal 170 169 32 0 0.01 0.81 0.33 59.57 0.68 0.4
Hex AA A9 20 0 1 51 21 3C 44 28
Octal 252 251 40 0 1 121 41 74 104 50
Binary 10101010 10101001 100000 0 1 1010001 100001 111100 1000100 101000

Color Harmonies of #AAA920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA920

Black with #AAA920

Text Example


Text Example

White with #AAA920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA920; }

 p { color: rgb(170,169,32); }

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

background-color css

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

 a { background-color: rgb(170,169,32); }

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

border-color css

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

 span { border-color: rgb(170,169,32); }

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