#A3B16D

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

Shades of Green Smoke #A3B16D

Tints of Green Smoke #A3B16D

Color information

#A3B16D (or 0xA3B16D) is unknown color: approx Green Smoke. HEX triplet: A3, B1 and 6D. RGB value is (163,177,109). Sum of RGB (Red+Green+Blue) = 163+177+109=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B16D is #5C4E92. Grayscale: #A5A5A5. Windows color (decimal): -6049427 or 7188899. OLE color: 7188899.

HSL color Cylindrical-coordinate representation of color #A3B16D: hue angle of 72.35º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3B16D is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB163177109-
CMYK0.0800.380.31
HSL72.35º30.36%56.08%-
HSV(B)72.35º38.42%69.41%-
XYZ33.5940.3320.48-
YUV165.0696.36126.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 177 (69.53% from 255) = 39.42%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=36.30%
G=39.42%
B=24.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631771090.0800.380.3172.3530.3656.08
HexA3B16D80261F481e38
Octal24326115510046371103670
Binary101000111011000111011011000010011011111100100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B16D; }

 p { color: rgb(163,177,109); }

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

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

 a { background-color: rgb(163,177,109); }

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

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

 span { border-color: rgb(163,177,109); }

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