#A6AD5C

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

Shades of Green Smoke #A6AD5C

Tints of Green Smoke #A6AD5C

Color information

#A6AD5C (or 0xA6AD5C) is unknown color: approx Green Smoke. HEX triplet: A6, AD and 5C. RGB value is (166,173,92). Sum of RGB (Red+Green+Blue) = 166+173+92=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD5C is #5952A3. Grayscale: #A1A1A1. Windows color (decimal): -5853860 or 6073766. OLE color: 6073766.

HSL color Cylindrical-coordinate representation of color #A6AD5C: hue angle of 65.19º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6AD5C is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB16617392-
CMYK0.0400.470.32
HSL65.19º33.06%51.96%-
HSV(B)65.19º46.82%67.84%-
XYZ32.638.7715.89-
YUV161.6788.68131.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=38.52%
G=40.14%
B=21.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166173920.0400.470.3265.1933.0651.96
HexA6AD5C402F20412134
Octal2462551344057401014164
Binary1010011010101101101110010001011111000001000001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD5C; }

 p { color: rgb(166,173,92); }

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

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

 a { background-color: rgb(166,173,92); }

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

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

 span { border-color: rgb(166,173,92); }

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