#A6A388

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

Shades of Neutral Green #A6A388

Tints of Neutral Green #A6A388

Color information

#A6A388 (or 0xA6A388) is unknown color: approx Neutral Green. HEX triplet: A6, A3 and 88. RGB value is (166,163,136). Sum of RGB (Red+Green+Blue) = 166+163+136=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A388 is #595C77. Grayscale: #A0A0A0. Windows color (decimal): -5856376 or 8954790. OLE color: 8954790.

HSL color Cylindrical-coordinate representation of color #A6A388: hue angle of 54º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6A388 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB166163136-
CMYK00.020.180.35
HSL54º14.42%59.22%-
HSV(B)54º18.07%65.1%-
XYZ33.2736.0828.5-
YUV160.82113.99131.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=35.70%
G=35.05%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616313600.020.180.355414.4259.22
HexA6A38802122336e3b
Octal246243210022243661673
Binary101001101010001110001000010100101000111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A388; }

 p { color: rgb(166,163,136); }

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

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

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

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

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

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

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