#A4AC71

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

Shades of Green Smoke #A4AC71

Tints of Green Smoke #A4AC71

Color information

#A4AC71 (or 0xA4AC71) is unknown color: approx Green Smoke. HEX triplet: A4, AC and 71. RGB value is (164,172,113). Sum of RGB (Red+Green+Blue) = 164+172+113=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AC71 is #5B538E. Grayscale: #A3A3A3. Windows color (decimal): -5985167 or 7449764. OLE color: 7449764.

HSL color Cylindrical-coordinate representation of color #A4AC71: hue angle of 68.14º 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 #A4AC71 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB164172113-
CMYK0.0500.340.33
HSL68.14º26.22%55.88%-
HSV(B)68.14º34.3%67.45%-
XYZ33.0438.5921.33-
YUV162.8899.85128.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=36.53%
G=38.31%
B=25.17%

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
Decimal1641721130.0500.340.3368.1426.2255.88
HexA4AC71502221441a38
Octal2442541615042411043270
Binary101001001010110011100011010100010100001100010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC71; }

 p { color: rgb(164,172,113); }

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

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

 a { background-color: rgb(164,172,113); }

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

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

 span { border-color: rgb(164,172,113); }

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