#AAA88D

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

Shades of Neutral Green #AAA88D

Tints of Neutral Green #AAA88D

Color information

#AAA88D (or 0xAAA88D) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 8D. RGB value is (170,168,141). Sum of RGB (Red+Green+Blue) = 170+168+141=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA88D is #555772. Grayscale: #A5A5A5. Windows color (decimal): -5592947 or 9283754. OLE color: 9283754.

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

Color convert

RGB170168141-
CMYK00.010.170.33
HSL55.86º14.57%60.98%-
HSV(B)55.86º17.06%66.67%-
XYZ35.3938.4730.76-
YUV165.52114.16131.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=35.49%
G=35.07%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016814100.010.170.3355.8614.5760.98
HexAAA88D01112138f3d
Octal252250215012141701775
Binary10101010101010001000110101100011000011110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA88D; }

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

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

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

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

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

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

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

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