#AAA48B

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

Shades of Neutral Green #AAA48B

Tints of Neutral Green #AAA48B

Color information

#AAA48B (or 0xAAA48B) is unknown color: approx Neutral Green. HEX triplet: AA, A4 and 8B. RGB value is (170,164,139). Sum of RGB (Red+Green+Blue) = 170+164+139=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA48B is #555B74. Grayscale: #A3A3A3. Windows color (decimal): -5593973 or 9151658. OLE color: 9151658.

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

Color convert

RGB170164139-
CMYK00.040.180.33
HSL48.39º15.42%60.59%-
HSV(B)48.39º18.24%66.67%-
XYZ34.5136.9629.74-
YUV162.94114.49133.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=35.94%
G=34.67%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016413900.040.180.3348.3915.4260.59
HexAAA48B04122130f3d
Octal252244213042241601775
Binary1010101010100100100010110100100101000011100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA48B; }

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

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

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

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

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

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

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

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