Html Css Color HEX #AAA481 Neutral Green

📋 copy color: '#AAA481'

red 170 ◦ green 164 ◦ blue 129

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

Shades of Neutral Green #AAA481

Tints of Neutral Green #AAA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 36.72%
G = 35.42%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AAA481 (or 0xAAA481) is known color: Neutral Green. HEX triplet: AA, A4 and 81. RGB value is (170,164,129). Sum of RGB (Red+Green+Blue) = 170+164+129=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA481 is #555B7E. Grayscale: #A1A1A1. Windows color (decimal): -5593983 or 8496298. OLE color: 8496298.

HSL color Cylindrical-coordinate representation of color #AAA481: hue angle of 51.22º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA481 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 164 129 -
CMYK 0 0.04 0.24 0.33
HSL 51.22º 0.19% 0.59% -
HSV(B) 51.22º 0.24% 0.67% -
XYZ 33.82 36.68 26.07 -
YUV 161.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 170 164 129 0 0.04 0.24 0.33 51.22 0.19 0.59
Hex AA A4 81 0 4 18 21 33 13 3B
Octal 252 244 201 0 4 30 41 63 23 73
Binary 10101010 10100100 10000001 0 100 11000 100001 110011 10011 111011

Color Harmonies of #AAA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA481

Black with #AAA481

Text Example


Text Example

White with #AAA481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA481; }

 p { color: rgb(170,164,129); }

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

background-color css

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

 a { background-color: rgb(170,164,129); }

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

border-color css

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

 span { border-color: rgb(170,164,129); }

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