Html Css Color HEX #AAA580 Neutral Green

📋 copy color: '#AAA580'

red 170 ◦ green 165 ◦ blue 128

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

Shades of Neutral Green #AAA580

Tints of Neutral Green #AAA580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.64%

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 36.72%
G = 35.64%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AAA580 (or 0xAAA580) is known color: Neutral Green. HEX triplet: AA, A5 and 80. RGB value is (170,165,128). Sum of RGB (Red+Green+Blue) = 170+165+128=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA580 is #555A7F. Grayscale: #A2A2A2. Windows color (decimal): -5593728 or 8431018. OLE color: 8431018.

HSL color Cylindrical-coordinate representation of color #AAA580: hue angle of 52.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA580 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 128 -
CMYK 0 0.03 0.25 0.33
HSL 52.86º 0.2% 0.58% -
HSV(B) 52.86º 0.25% 0.67% -
XYZ 33.93 37.01 25.78 -
YUV 162.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 170 165 128 0 0.03 0.25 0.33 52.86 0.2 0.58
Hex AA A5 80 0 3 19 21 35 14 3A
Octal 252 245 200 0 3 31 41 65 24 72
Binary 10101010 10100101 10000000 0 11 11001 100001 110101 10100 111010

Color Harmonies of #AAA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA580

Black with #AAA580

Text Example


Text Example

White with #AAA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA580; }

 p { color: rgb(170,165,128); }

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

background-color css

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

 a { background-color: rgb(170,165,128); }

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

border-color css

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

 span { border-color: rgb(170,165,128); }

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