#AAAA88

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

Shades of Neutral Green #AAAA88

Tints of Neutral Green #AAAA88

Color information

#AAAA88 (or 0xAAAA88) is unknown color: approx Neutral Green. HEX triplet: AA, AA and 88. RGB value is (170,170,136). Sum of RGB (Red+Green+Blue) = 170+170+136=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA88 is #555577. Grayscale: #A6A6A6. Windows color (decimal): -5592440 or 8956586. OLE color: 8956586.

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

Color convert

RGB170170136-
CMYK000.200.33
HSL60º16.67%60%-
HSV(B)60º20%66.67%-
XYZ35.439.0728.97-
YUV166.12111130.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=35.71%
G=35.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170136000.200.336016.6760
HexAAAA880014213c113c
Octal252252210002441742174
Binary101010101010101010001000001010010000111110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA88; }

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

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

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

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

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

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

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

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