#A6A38B

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

Shades of Neutral Green #A6A38B

Tints of Neutral Green #A6A38B

Color information

#A6A38B (or 0xA6A38B) is unknown color: approx Neutral Green. HEX triplet: A6, A3 and 8B. RGB value is (166,163,139). Sum of RGB (Red+Green+Blue) = 166+163+139=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A38B is #595C74. Grayscale: #A1A1A1. Windows color (decimal): -5856373 or 9151398. OLE color: 9151398.

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

Color convert

RGB166163139-
CMYK00.020.160.35
HSL53.33º13.17%59.8%-
HSV(B)53.33º16.27%65.1%-
XYZ33.4836.1729.64-
YUV161.16115.49131.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 139 (54.69% from 255) = 29.70%
R=35.47%
G=34.83%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616313900.020.160.3553.3313.1759.8
HexA6A38B02102335d3c
Octal246243213022043651574
Binary101001101010001110001011010100001000111101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A38B; }

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

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

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

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

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

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

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

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