#AAA288

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

Shades of Neutral Green #AAA288

Tints of Neutral Green #AAA288

Color information

#AAA288 (or 0xAAA288) is unknown color: approx Neutral Green. HEX triplet: AA, A2 and 88. RGB value is (170,162,136). Sum of RGB (Red+Green+Blue) = 170+162+136=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA288 is #555D77. Grayscale: #A1A1A1. Windows color (decimal): -5594488 or 8954538. OLE color: 8954538.

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

Color convert

RGB170162136-
CMYK00.050.200.33
HSL45.88º16.67%60%-
HSV(B)45.88º20%66.67%-
XYZ33.9436.1628.48-
YUV161.43113.65134.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 136 (53.52% from 255) = 29.06%
R=36.32%
G=34.62%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016213600.050.200.3345.8816.6760
HexAAA2880514212e113c
Octal252242210052441562174
Binary10101010101000101000100001011010010000110111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA288; }

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

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

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

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

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

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

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

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