#AAA48A

Color #AAA48A Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #AAA48A

Tints of Neutral Green #AAA48A

Color information

#AAA48A (or 0xAAA48A) is unknown color: approx Neutral Green. HEX triplet: AA, A4 and 8A. RGB value is (170,164,138). Sum of RGB (Red+Green+Blue) = 170+164+138=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA48A is #555B75. Grayscale: #A2A2A2. Windows color (decimal): -5593974 or 9086122. OLE color: 9086122.

HSL color Cylindrical-coordinate representation of color #AAA48A: hue angle of 48.75º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA48A is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170164138-
CMYK00.040.190.33
HSL48.75º15.84%60.39%-
HSV(B)48.75º18.82%66.67%-
XYZ34.4436.9329.36-
YUV162.83113.99133.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=36.02%
G=34.75%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016413800.040.190.3348.7515.8460.39
HexAAA48A04132131103c
Octal252244212042341612074
Binary10101010101001001000101001001001110000111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA48A; }

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

 H1.HeaderClassName
 {
   color: #AAA48A;
 }
 .AnyTagClassName
 {
   color: #AAA48A;
 }
</style>
background-color css

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

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

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

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

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

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