#A3AF5E

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

Shades of Green Smoke #A3AF5E

Tints of Green Smoke #A3AF5E

Color information

#A3AF5E (or 0xA3AF5E) is unknown color: approx Green Smoke. HEX triplet: A3, AF and 5E. RGB value is (163,175,94). Sum of RGB (Red+Green+Blue) = 163+175+94=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF5E is #5C50A1. Grayscale: #A2A2A2. Windows color (decimal): -6049954 or 6205347. OLE color: 6205347.

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

Color convert

RGB16317594-
CMYK0.0700.460.31
HSL68.89º33.61%52.75%-
HSV(B)68.89º46.29%68.63%-
XYZ32.4539.2516.46-
YUV162.1889.52128.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 94 (37.11% from 255) = 21.76%
R=37.73%
G=40.51%
B=21.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163175940.0700.460.3168.8933.6152.75
HexA3AF5E702E1F452235
Octal2432571367056371054265
Binary101000111010111110111101110101110111111000101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF5E; }

 p { color: rgb(163,175,94); }

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

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

 a { background-color: rgb(163,175,94); }

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

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

 span { border-color: rgb(163,175,94); }

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