Html Css Color HEX #AAA680 Neutral Green

📋 copy color: '#AAA680'

red 170 ◦ green 166 ◦ blue 128

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

Shades of Neutral Green #AAA680

Tints of Neutral Green #AAA680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.78%

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

R = 36.64%
G = 35.78%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AAA680 (or 0xAAA680) is known color: Neutral Green. HEX triplet: AA, A6 and 80. RGB value is (170,166,128). Sum of RGB (Red+Green+Blue) = 170+166+128=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA680 is #55597F. Grayscale: #A3A3A3. Windows color (decimal): -5593472 or 8431274. OLE color: 8431274.

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

Color convert

RGB 170 166 128 -
CMYK 0 0.02 0.25 0.33
HSL 54.29º 0.2% 0.58% -
HSV(B) 54.29º 0.25% 0.67% -
XYZ 34.11 37.38 25.84 -
YUV 162.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 170 166 128 0 0.02 0.25 0.33 54.29 0.2 0.58
Hex AA A6 80 0 2 19 21 36 14 3A
Octal 252 246 200 0 2 31 41 66 24 72
Binary 10101010 10100110 10000000 0 10 11001 100001 110110 10100 111010

Color Harmonies of #AAA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA680

Black with #AAA680

Text Example


Text Example

White with #AAA680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA680; }

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

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

background-color css

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

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

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

border-color css

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

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

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