#A5AC60

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

Shades of Green Smoke #A5AC60

Tints of Green Smoke #A5AC60

Color information

#A5AC60 (or 0xA5AC60) is unknown color: approx Green Smoke. HEX triplet: A5, AC and 60. RGB value is (165,172,96). Sum of RGB (Red+Green+Blue) = 165+172+96=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC60 is #5A539F. Grayscale: #A1A1A1. Windows color (decimal): -5919648 or 6335653. OLE color: 6335653.

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

Color convert

RGB16517296-
CMYK0.0400.440.33
HSL65.53º31.4%52.55%-
HSV(B)65.53º44.19%67.45%-
XYZ32.3838.3516.76-
YUV161.2491.18130.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=38.11%
G=39.72%
B=22.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165172960.0400.440.3365.5331.452.55
HexA5AC60402C21421f35
Octal2452541404054411023765
Binary101001011010110011000001000101100100001100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC60; }

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

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

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

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

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

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

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

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