#A9A886

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

Shades of Neutral Green #A9A886

Tints of Neutral Green #A9A886

Color information

#A9A886 (or 0xA9A886) is unknown color: approx Neutral Green. HEX triplet: A9, A8 and 86. RGB value is (169,168,134). Sum of RGB (Red+Green+Blue) = 169+168+134=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A886 is #565779. Grayscale: #A4A4A4. Windows color (decimal): -5658490 or 8825001. OLE color: 8825001.

HSL color Cylindrical-coordinate representation of color #A9A886: hue angle of 58.29º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9A886 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB169168134-
CMYK00.010.210.34
HSL58.29º16.91%59.41%-
HSV(B)58.29º20.71%66.27%-
XYZ34.6738.1628.09-
YUV164.42110.83131.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=35.88%
G=35.67%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916813400.010.210.3458.2916.9159.41
HexA9A8860115223a113b
Octal251250206012542722173
Binary101010011010100010000110011010110001011101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A886; }

 p { color: rgb(169,168,134); }

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

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

 a { background-color: rgb(169,168,134); }

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

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

 span { border-color: rgb(169,168,134); }

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