#AAA788

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

Shades of Neutral Green #AAA788

Tints of Neutral Green #AAA788

Color information

#AAA788 (or 0xAAA788) is unknown color: approx Neutral Green. HEX triplet: AA, A7 and 88. RGB value is (170,167,136). Sum of RGB (Red+Green+Blue) = 170+167+136=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA788 is #555877. Grayscale: #A4A4A4. Windows color (decimal): -5593208 or 8955818. OLE color: 8955818.

HSL color Cylindrical-coordinate representation of color #AAA788: hue angle of 54.71º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA788 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB170167136-
CMYK00.020.200.33
HSL54.71º16.67%60%-
HSV(B)54.71º20%66.67%-
XYZ34.8437.9628.78-
YUV164.36111.99132.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=35.94%
G=35.31%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016713600.020.200.3354.7116.6760
HexAAA78802142137113c
Octal252247210022441672174
Binary1010101010100111100010000101010010000111011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA788; }

 p { color: rgb(170,167,136); }

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

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

 a { background-color: rgb(170,167,136); }

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

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

 span { border-color: rgb(170,167,136); }

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