Html Css Color HEX #AAA57C Neutral Green

📋 copy color: '#AAA57C'

red 170 ◦ green 165 ◦ blue 124

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

Shades of Neutral Green #AAA57C

Tints of Neutral Green #AAA57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 37.04%
G = 35.95%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AAA57C (or 0xAAA57C) is known color: Neutral Green. HEX triplet: AA, A5 and 7C. RGB value is (170,165,124). Sum of RGB (Red+Green+Blue) = 170+165+124=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA57C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA57C is #555A83. Grayscale: #A1A1A1. Windows color (decimal): -5593732 or 8168874. OLE color: 8168874.

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

Color convert

RGB 170 165 124 -
CMYK 0 0.03 0.27 0.33
HSL 53.48º 0.21% 0.58% -
HSV(B) 53.48º 0.27% 0.67% -
XYZ 33.67 36.91 24.42 -
YUV 161.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 170 165 124 0 0.03 0.27 0.33 53.48 0.21 0.58
Hex AA A5 7C 0 3 1B 21 35 15 3A
Octal 252 245 174 0 3 33 41 65 25 72
Binary 10101010 10100101 1111100 0 11 11011 100001 110101 10101 111010

Color Harmonies of #AAA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA57C

Black with #AAA57C

Text Example


Text Example

White with #AAA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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