Html Css Color HEX #AAA47F Neutral Green

📋 copy color: '#AAA47F'

red 170 ◦ green 164 ◦ blue 127

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

Shades of Neutral Green #AAA47F

Tints of Neutral Green #AAA47F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.57%

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

R = 36.88%
G = 35.57%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AAA47F (or 0xAAA47F) is known color: Neutral Green. HEX triplet: AA, A4 and 7F. RGB value is (170,164,127). Sum of RGB (Red+Green+Blue) = 170+164+127=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA47F is #555B80. Grayscale: #A1A1A1. Windows color (decimal): -5593985 or 8365226. OLE color: 8365226.

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

Color convert

RGB 170 164 127 -
CMYK 0 0.04 0.25 0.33
HSL 51.63º 0.2% 0.58% -
HSV(B) 51.63º 0.25% 0.67% -
XYZ 33.68 36.63 25.37 -
YUV 161.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 170 164 127 0 0.04 0.25 0.33 51.63 0.2 0.58
Hex AA A4 7F 0 4 19 21 34 14 3A
Octal 252 244 177 0 4 31 41 64 24 72
Binary 10101010 10100100 1111111 0 100 11001 100001 110100 10100 111010

Color Harmonies of #AAA47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA47F

Black with #AAA47F

Text Example


Text Example

White with #AAA47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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