#A8AC65

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

Shades of Green Smoke #A8AC65

Tints of Green Smoke #A8AC65

Color information

#A8AC65 (or 0xA8AC65) is unknown color: approx Green Smoke. HEX triplet: A8, AC and 65. RGB value is (168,172,101). Sum of RGB (Red+Green+Blue) = 168+172+101=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC65 is #57539A. Grayscale: #A2A2A2. Windows color (decimal): -5723035 or 6663336. OLE color: 6663336.

HSL color Cylindrical-coordinate representation of color #A8AC65: hue angle of 63.38º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8AC65 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB168172101-
CMYK0.0200.410.33
HSL63.38º29.96%53.53%-
HSV(B)63.38º41.28%67.45%-
XYZ33.2538.7718.04-
YUV162.7193.17131.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=38.10%
G=39.00%
B=22.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721010.0200.410.3363.3829.9653.53
HexA8AC652029213f1e36
Octal250254145205141773666
Binary1010100010101100110010110010100110000111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC65; }

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

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

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

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

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

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

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

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