#A3AB6F

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

Shades of Green Smoke #A3AB6F

Tints of Green Smoke #A3AB6F

Color information

#A3AB6F (or 0xA3AB6F) is unknown color: approx Green Smoke. HEX triplet: A3, AB and 6F. RGB value is (163,171,111). Sum of RGB (Red+Green+Blue) = 163+171+111=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB6F is #5C5490. Grayscale: #A2A2A2. Windows color (decimal): -6050961 or 7318435. OLE color: 7318435.

HSL color Cylindrical-coordinate representation of color #A3AB6F: hue angle of 68º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3AB6F is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB163171111-
CMYK0.0500.350.33
HSL68º26.32%55.29%-
HSV(B)68º35.09%67.06%-
XYZ32.5438.0620.67-
YUV161.7799.35128.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=36.63%
G=38.43%
B=24.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711110.0500.350.336826.3255.29
HexA3AB6F502321441a37
Octal2432531575043411043267
Binary101000111010101111011111010100011100001100010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB6F; }

 p { color: rgb(163,171,111); }

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

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

 a { background-color: rgb(163,171,111); }

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

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

 span { border-color: rgb(163,171,111); }

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