Html Css Color HEX #AAA931 Earls Green

📋 copy color: '#AAA931'

red 170 ◦ green 169 ◦ blue 49

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

Shades of Earls Green #AAA931

Tints of Earls Green #AAA931

RGB

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

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

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

R = 43.81%
G = 43.56%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AAA931 (or 0xAAA931) is known color: Earls Green. HEX triplet: AA, A9 and 31. RGB value is (170,169,49). Sum of RGB (Red+Green+Blue) = 170+169+49=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA931 is #5556CE. Grayscale: #9C9C9C. Windows color (decimal): -5592783 or 3254698. OLE color: 3254698.

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

Color convert

RGB 170 169 49 -
CMYK 0 0.01 0.71 0.33
HSL 59.5º 0.55% 0.43% -
HSV(B) 59.5º 0.71% 0.67% -
XYZ 31.32 37.14 8.42 -
YUV 155.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 170 169 49 0 0.01 0.71 0.33 59.5 0.55 0.43
Hex AA A9 31 0 1 47 21 3C 37 2B
Octal 252 251 61 0 1 107 41 74 67 53
Binary 10101010 10101001 110001 0 1 1000111 100001 111100 110111 101011

Color Harmonies of #AAA931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA931

Black with #AAA931

Text Example


Text Example

White with #AAA931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA931; }

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

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

background-color css

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

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

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

border-color css

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

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

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