#A4A656

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

Shades of Green Smoke #A4A656

Tints of Green Smoke #A4A656

Color information

#A4A656 (or 0xA4A656) is unknown color: approx Green Smoke. HEX triplet: A4, A6 and 56. RGB value is (164,166,86). Sum of RGB (Red+Green+Blue) = 164+166+86=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A656 is #5B59A9. Grayscale: #9C9C9C. Windows color (decimal): -5986730 or 5678756. OLE color: 5678756.

HSL color Cylindrical-coordinate representation of color #A4A656: hue angle of 61.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4A656 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16416686-
CMYK0.0100.480.35
HSL61.5º31.75%49.41%-
HSV(B)61.5º48.19%65.1%-
XYZ30.6335.8414.11-
YUV156.2888.34133.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 166 (65.23% from 255) = 39.90%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=39.42%
G=39.90%
B=20.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164166860.0100.480.3561.531.7549.41
HexA4A6561030233e2031
Octal244246126106043764061
Binary1010010010100110101011010110000100011111110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A656; }

 p { color: rgb(164,166,86); }

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

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

 a { background-color: rgb(164,166,86); }

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

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

 span { border-color: rgb(164,166,86); }

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