Html Css Color HEX #AAA780 Neutral Green

📋 copy color: '#AAA780'

red 170 ◦ green 167 ◦ blue 128

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

Shades of Neutral Green #AAA780

Tints of Neutral Green #AAA780

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.91%

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

R = 36.56%
G = 35.91%
B = 27.53%

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

#AAA780 (or 0xAAA780) is known color: Neutral Green. HEX triplet: AA, A7 and 80. RGB value is (170,167,128). Sum of RGB (Red+Green+Blue) = 170+167+128=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA780 is #55587F. Grayscale: #A3A3A3. Windows color (decimal): -5593216 or 8431530. OLE color: 8431530.

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

Color convert

RGB 170 167 128 -
CMYK 0 0.02 0.25 0.33
HSL 55.71º 0.2% 0.58% -
HSV(B) 55.71º 0.25% 0.67% -
XYZ 34.29 37.74 25.9 -
YUV 163.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 170 167 128 0 0.02 0.25 0.33 55.71 0.2 0.58
Hex AA A7 80 0 2 19 21 38 14 3A
Octal 252 247 200 0 2 31 41 70 24 72
Binary 10101010 10100111 10000000 0 10 11001 100001 111000 10100 111010

Color Harmonies of #AAA780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA780

Black with #AAA780

Text Example


Text Example

White with #AAA780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA780; }

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

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

background-color css

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

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

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

border-color css

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

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

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