#AAA88B

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

Shades of Neutral Green #AAA88B

Tints of Neutral Green #AAA88B

Color information

#AAA88B (or 0xAAA88B) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 8B. RGB value is (170,168,139). Sum of RGB (Red+Green+Blue) = 170+168+139=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA88B is #555774. Grayscale: #A5A5A5. Windows color (decimal): -5592949 or 9152682. OLE color: 9152682.

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

Color convert

RGB170168139-
CMYK00.010.180.33
HSL56.13º15.42%60.59%-
HSV(B)56.13º18.24%66.67%-
XYZ35.2438.4229.98-
YUV165.29113.16131.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=35.64%
G=35.22%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016813900.010.180.3356.1315.4260.59
HexAAA88B01122138f3d
Octal252250213012241701775
Binary10101010101010001000101101100101000011110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA88B; }

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

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

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

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

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

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

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

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