#A5AC56

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

Shades of Green Smoke #A5AC56

Tints of Green Smoke #A5AC56

Color information

#A5AC56 (or 0xA5AC56) is unknown color: approx Green Smoke. HEX triplet: A5, AC and 56. RGB value is (165,172,86). Sum of RGB (Red+Green+Blue) = 165+172+86=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC56 is #5A53A9. Grayscale: #A0A0A0. Windows color (decimal): -5919658 or 5680293. OLE color: 5680293.

HSL color Cylindrical-coordinate representation of color #A5AC56: hue angle of 64.88º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5AC56 is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB16517286-
CMYK0.0400.50.33
HSL64.88º34.13%50.59%-
HSV(B)64.88º50%67.45%-
XYZ31.9538.1814.49-
YUV160.186.18131.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 86 (33.98% from 255) = 20.33%
R=39.01%
G=40.66%
B=20.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165172860.0400.50.3364.8834.1350.59
HexA5AC56403221412233
Octal2452541264062411014263
Binary1010010110101100101011010001100101000011000001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC56; }

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

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

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

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

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

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

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

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