#A7AC6A

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

Shades of Green Smoke #A7AC6A

Tints of Green Smoke #A7AC6A

Color information

#A7AC6A (or 0xA7AC6A) is unknown color: approx Green Smoke. HEX triplet: A7, AC and 6A. RGB value is (167,172,106). Sum of RGB (Red+Green+Blue) = 167+172+106=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AC6A is #585395. Grayscale: #A3A3A3. Windows color (decimal): -5788566 or 6991015. OLE color: 6991015.

HSL color Cylindrical-coordinate representation of color #A7AC6A: hue angle of 64.55º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7AC6A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB167172106-
CMYK0.0300.380.33
HSL64.55º28.45%54.51%-
HSV(B)64.55º38.37%67.45%-
XYZ33.2938.7619.36-
YUV162.9895.84130.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=37.53%
G=38.65%
B=23.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671721060.0300.380.3364.5528.4554.51
HexA7AC6A302621411c37
Octal2472541523046411013467
Binary10100111101011001101010110100110100001100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC6A; }

 p { color: rgb(167,172,106); }

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

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

 a { background-color: rgb(167,172,106); }

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

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

 span { border-color: rgb(167,172,106); }

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