#A6AA6B

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

Shades of Green Smoke #A6AA6B

Tints of Green Smoke #A6AA6B

Color information

#A6AA6B (or 0xA6AA6B) is unknown color: approx Green Smoke. HEX triplet: A6, AA and 6B. RGB value is (166,170,107). Sum of RGB (Red+Green+Blue) = 166+170+107=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA6B is #595594. Grayscale: #A1A1A1. Windows color (decimal): -5854613 or 7056038. OLE color: 7056038.

HSL color Cylindrical-coordinate representation of color #A6AA6B: hue angle of 63.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6AA6B is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB166170107-
CMYK0.0200.370.33
HSL63.81º27.04%54.31%-
HSV(B)63.81º37.06%66.67%-
XYZ32.7537.9219.5-
YUV161.6297.17131.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 107 (42.19% from 255) = 24.15%
R=37.47%
G=38.37%
B=24.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661701070.0200.370.3363.8127.0454.31
HexA6AA6B202521401b36
Octal2462521532045411003366
Binary10100110101010101101011100100101100001100000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA6B; }

 p { color: rgb(166,170,107); }

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

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

 a { background-color: rgb(166,170,107); }

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

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

 span { border-color: rgb(166,170,107); }

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