#A8AC61

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

Shades of Green Smoke #A8AC61

Tints of Green Smoke #A8AC61

Color information

#A8AC61 (or 0xA8AC61) is unknown color: approx Green Smoke. HEX triplet: A8, AC and 61. RGB value is (168,172,97). Sum of RGB (Red+Green+Blue) = 168+172+97=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC61 is #57539E. Grayscale: #A2A2A2. Windows color (decimal): -5723039 or 6401192. OLE color: 6401192.

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

Color convert

RGB16817297-
CMYK0.0200.440.33
HSL63.2º31.12%52.75%-
HSV(B)63.2º43.6%67.45%-
XYZ33.0638.6917.04-
YUV162.2591.17132.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=38.44%
G=39.36%
B=22.20%

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
Decimal168172970.0200.440.3363.231.1252.75
HexA8AC61202C213f1f35
Octal250254141205441773765
Binary1010100010101100110000110010110010000111111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC61; }

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

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

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

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

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

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

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

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