Html Css Color HEX #AAA87F Neutral Green

📋 copy color: '#AAA87F'

red 170 ◦ green 168 ◦ blue 127

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

Shades of Neutral Green #AAA87F

Tints of Neutral Green #AAA87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.13%

 BLUE value IS 127 (50% from 255) = 27.31%

R = 36.56%
G = 36.13%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AAA87F (or 0xAAA87F) is known color: Neutral Green. HEX triplet: AA, A8 and 7F. RGB value is (170,168,127). Sum of RGB (Red+Green+Blue) = 170+168+127=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA87F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA87F is #555780. Grayscale: #A4A4A4. Windows color (decimal): -5592961 or 8366250. OLE color: 8366250.

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

Color convert

RGB 170 168 127 -
CMYK 0 0.01 0.25 0.33
HSL 57.21º 0.2% 0.58% -
HSV(B) 57.21º 0.25% 0.67% -
XYZ 34.41 38.08 25.62 -
YUV 163.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 170 168 127 0 0.01 0.25 0.33 57.21 0.2 0.58
Hex AA A8 7F 0 1 19 21 39 14 3A
Octal 252 250 177 0 1 31 41 71 24 72
Binary 10101010 10101000 1111111 0 1 11001 100001 111001 10100 111010

Color Harmonies of #AAA87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA87F

Black with #AAA87F

Text Example


Text Example

White with #AAA87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA87F; }

 p { color: rgb(170,168,127); }

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

background-color css

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

 a { background-color: rgb(170,168,127); }

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

border-color css

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

 span { border-color: rgb(170,168,127); }

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