#A3AC72

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

Shades of Green Smoke #A3AC72

Tints of Green Smoke #A3AC72

Color information

#A3AC72 (or 0xA3AC72) is unknown color: approx Green Smoke. HEX triplet: A3, AC and 72. RGB value is (163,172,114). Sum of RGB (Red+Green+Blue) = 163+172+114=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC72 is #5C538D. Grayscale: #A2A2A2. Windows color (decimal): -6050702 or 7515299. OLE color: 7515299.

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

Color convert

RGB163172114-
CMYK0.0500.340.33
HSL69.31º25.89%56.08%-
HSV(B)69.31º33.72%67.45%-
XYZ32.8938.5121.62-
YUV162.7100.52128.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=36.30%
G=38.31%
B=25.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631721140.0500.340.3369.3125.8956.08
HexA3AC72502221451a38
Octal2432541625042411053270
Binary101000111010110011100101010100010100001100010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AC72; }

 p { color: rgb(163,172,114); }

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

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

 a { background-color: rgb(163,172,114); }

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

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

 span { border-color: rgb(163,172,114); }

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