#A6AF5D

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

Shades of Green Smoke #A6AF5D

Tints of Green Smoke #A6AF5D

Color information

#A6AF5D (or 0xA6AF5D) is unknown color: approx Green Smoke. HEX triplet: A6, AF and 5D. RGB value is (166,175,93). Sum of RGB (Red+Green+Blue) = 166+175+93=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF5D is #5950A2. Grayscale: #A3A3A3. Windows color (decimal): -5853347 or 6139814. OLE color: 6139814.

HSL color Cylindrical-coordinate representation of color #A6AF5D: hue angle of 66.59º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6AF5D is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB16617593-
CMYK0.0500.470.31
HSL66.59º33.88%52.55%-
HSV(B)66.59º46.86%68.63%-
XYZ33.0339.5616.25-
YUV162.9688.52130.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=38.25%
G=40.32%
B=21.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166175930.0500.470.3166.5933.8852.55
HexA6AF5D502F1F432235
Octal2462571355057371034265
Binary101001101010111110111011010101111111111000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF5D; }

 p { color: rgb(166,175,93); }

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

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

 a { background-color: rgb(166,175,93); }

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

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

 span { border-color: rgb(166,175,93); }

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