#A6AC68

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

Shades of Green Smoke #A6AC68

Tints of Green Smoke #A6AC68

Color information

#A6AC68 (or 0xA6AC68) is unknown color: approx Green Smoke. HEX triplet: A6, AC and 68. RGB value is (166,172,104). Sum of RGB (Red+Green+Blue) = 166+172+104=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC68 is #595397. Grayscale: #A2A2A2. Windows color (decimal): -5854104 or 6859942. OLE color: 6859942.

HSL color Cylindrical-coordinate representation of color #A6AC68: hue angle of 65.29º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6AC68 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB166172104-
CMYK0.0300.400.33
HSL65.29º29.06%54.12%-
HSV(B)65.29º39.53%67.45%-
XYZ32.9838.6118.81-
YUV162.4595.01130.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 104 (41.02% from 255) = 23.53%
R=37.56%
G=38.91%
B=23.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721040.0300.400.3365.2929.0654.12
HexA6AC68302821411d36
Octal2462541503050411013566
Binary10100110101011001101000110101000100001100000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AC68; }

 p { color: rgb(166,172,104); }

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

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

 a { background-color: rgb(166,172,104); }

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

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

 span { border-color: rgb(166,172,104); }

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