Html Css Color HEX #AAA921 Earls Green

📋 copy color: '#AAA921'

red 170 ◦ green 169 ◦ blue 33

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

Shades of Earls Green #AAA921

Tints of Earls Green #AAA921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.87%

R = 45.7%
G = 45.43%
B = 8.87%

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

#AAA921 (or 0xAAA921) is known color: Earls Green. HEX triplet: AA, A9 and 21. RGB value is (170,169,33). Sum of RGB (Red+Green+Blue) = 170+169+33=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA921 is #5556DE. Grayscale: #9A9A9A. Windows color (decimal): -5592799 or 2206122. OLE color: 2206122.

HSL color Cylindrical-coordinate representation of color #AAA921: hue angle of 59.56º degrees, saturation: 0.67, 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 #AAA921 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 33 -
CMYK 0 0.01 0.81 0.33
HSL 59.56º 0.67% 0.4% -
HSV(B) 59.56º 0.81% 0.67% -
XYZ 31.04 37.03 6.95 -
YUV 153.8 59.83 139.56 -
System Red Green Blue C M Y K H S L
Decimal 170 169 33 0 0.01 0.81 0.33 59.56 0.67 0.4
Hex AA A9 21 0 1 51 21 3C 43 28
Octal 252 251 41 0 1 121 41 74 103 50
Binary 10101010 10101001 100001 0 1 1010001 100001 111100 1000011 101000

Color Harmonies of #AAA921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA921

Black with #AAA921

Text Example


Text Example

White with #AAA921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA921; }

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

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

background-color css

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

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

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

border-color css

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

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

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