#A9A487

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

Shades of Neutral Green #A9A487

Tints of Neutral Green #A9A487

Color information

#A9A487 (or 0xA9A487) is unknown color: approx Neutral Green. HEX triplet: A9, A4 and 87. RGB value is (169,164,135). Sum of RGB (Red+Green+Blue) = 169+164+135=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A487 is #565B78. Grayscale: #A2A2A2. Windows color (decimal): -5659513 or 8889513. OLE color: 8889513.

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

Color convert

RGB169164135-
CMYK00.030.200.34
HSL51.18º16.5%59.61%-
HSV(B)51.18º20.12%66.27%-
XYZ34.0136.7428.22-
YUV162.19112.66132.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 135 (53.12% from 255) = 28.85%
R=36.11%
G=35.04%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916413500.030.200.3451.1816.559.61
HexA9A48703142233113c
Octal251244207032442632174
Binary1010100110100100100001110111010010001011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A487; }

 p { color: rgb(169,164,135); }

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

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

 a { background-color: rgb(169,164,135); }

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

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

 span { border-color: rgb(169,164,135); }

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