#A4AC62

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

Shades of Green Smoke #A4AC62

Tints of Green Smoke #A4AC62

Color information

#A4AC62 (or 0xA4AC62) is unknown color: approx Green Smoke. HEX triplet: A4, AC and 62. RGB value is (164,172,98). Sum of RGB (Red+Green+Blue) = 164+172+98=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AC62 is #5B539D. Grayscale: #A1A1A1. Windows color (decimal): -5985182 or 6466724. OLE color: 6466724.

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

Color convert

RGB16417298-
CMYK0.0500.430.33
HSL66.49º30.83%52.94%-
HSV(B)66.49º43.02%67.45%-
XYZ32.2738.2817.24-
YUV161.1792.35130.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=37.79%
G=39.63%
B=22.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164172980.0500.430.3366.4930.8352.94
HexA4AC62502B21421f35
Octal2442541425053411023765
Binary101001001010110011000101010101011100001100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC62; }

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

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

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

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

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

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

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

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