#A8AC60

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

Shades of Green Smoke #A8AC60

Tints of Green Smoke #A8AC60

Color information

#A8AC60 (or 0xA8AC60) is unknown color: approx Green Smoke. HEX triplet: A8, AC and 60. RGB value is (168,172,96). Sum of RGB (Red+Green+Blue) = 168+172+96=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC60 is #57539F. Grayscale: #A2A2A2. Windows color (decimal): -5723040 or 6335656. OLE color: 6335656.

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

Color convert

RGB16817296-
CMYK0.0200.440.33
HSL63.16º31.4%52.55%-
HSV(B)63.16º44.19%67.45%-
XYZ33.0138.6716.79-
YUV162.1490.67132.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=38.53%
G=39.45%
B=22.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168172960.0200.440.3363.1631.452.55
HexA8AC60202C213f1f35
Octal250254140205441773765
Binary1010100010101100110000010010110010000111111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC60; }

 p { color: rgb(168,172,96); }

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

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

 a { background-color: rgb(168,172,96); }

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

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

 span { border-color: rgb(168,172,96); }

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