#A7AC5E

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

Shades of Green Smoke #A7AC5E

Tints of Green Smoke #A7AC5E

Color information

#A7AC5E (or 0xA7AC5E) is unknown color: approx Green Smoke. HEX triplet: A7, AC and 5E. RGB value is (167,172,94). Sum of RGB (Red+Green+Blue) = 167+172+94=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AC5E is #5853A1. Grayscale: #A1A1A1. Windows color (decimal): -5788578 or 6204583. OLE color: 6204583.

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

Color convert

RGB16717294-
CMYK0.0300.450.33
HSL63.85º31.97%52.16%-
HSV(B)63.85º45.35%67.45%-
XYZ32.7138.5316.3-
YUV161.6189.84131.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=38.57%
G=39.72%
B=21.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167172940.0300.450.3363.8531.9752.16
HexA7AC5E302D21402034
Octal2472541363055411004064
Binary101001111010110010111101101011011000011000000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC5E; }

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

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

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

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

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

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

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

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