#A4AC61

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

Shades of Green Smoke #A4AC61

Tints of Green Smoke #A4AC61

Color information

#A4AC61 (or 0xA4AC61) is unknown color: approx Green Smoke. HEX triplet: A4, AC and 61. RGB value is (164,172,97). Sum of RGB (Red+Green+Blue) = 164+172+97=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AC61 is #5B539E. Grayscale: #A1A1A1. Windows color (decimal): -5985183 or 6401188. OLE color: 6401188.

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

Color convert

RGB16417297-
CMYK0.0500.440.33
HSL66.4º31.12%52.75%-
HSV(B)66.4º43.6%67.45%-
XYZ32.2238.2617-
YUV161.0691.85130.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=37.88%
G=39.72%
B=22.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164172970.0500.440.3366.431.1252.75
HexA4AC61502C21421f35
Octal2442541415054411023765
Binary101001001010110011000011010101100100001100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC61; }

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

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

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

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

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

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

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

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