Html Css Color HEX #AAA981 Neutral Green

📋 copy color: '#AAA981'

red 170 ◦ green 169 ◦ blue 129

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

Shades of Neutral Green #AAA981

Tints of Neutral Green #AAA981

RGB

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

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

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

R = 36.32%
G = 36.11%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AAA981 (or 0xAAA981) is known color: Neutral Green. HEX triplet: AA, A9 and 81. RGB value is (170,169,129). Sum of RGB (Red+Green+Blue) = 170+169+129=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA981 is #55567E. Grayscale: #A4A4A4. Windows color (decimal): -5592703 or 8497578. OLE color: 8497578.

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

Color convert

RGB 170 169 129 -
CMYK 0 0.01 0.24 0.33
HSL 58.54º 0.19% 0.59% -
HSV(B) 58.54º 0.24% 0.67% -
XYZ 34.73 38.51 26.37 -
YUV 164.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 170 169 129 0 0.01 0.24 0.33 58.54 0.19 0.59
Hex AA A9 81 0 1 18 21 3B 13 3B
Octal 252 251 201 0 1 30 41 73 23 73
Binary 10101010 10101001 10000001 0 1 11000 100001 111011 10011 111011

Color Harmonies of #AAA981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA981

Black with #AAA981

Text Example


Text Example

White with #AAA981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA981; }

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

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

background-color css

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

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

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

border-color css

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

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

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