#A4A856

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

Shades of Green Smoke #A4A856

Tints of Green Smoke #A4A856

Color information

#A4A856 (or 0xA4A856) is unknown color: approx Green Smoke. HEX triplet: A4, A8 and 56. RGB value is (164,168,86). Sum of RGB (Red+Green+Blue) = 164+168+86=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A856 is #5B57A9. Grayscale: #9D9D9D. Windows color (decimal): -5986218 or 5679268. OLE color: 5679268.

HSL color Cylindrical-coordinate representation of color #A4A856: hue angle of 62.93º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4A856 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16416886-
CMYK0.0200.490.34
HSL62.93º32.28%49.8%-
HSV(B)62.93º48.81%65.88%-
XYZ30.9936.5714.23-
YUV157.4687.67132.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 168 (66.02% from 255) = 40.19%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=39.23%
G=40.19%
B=20.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164168860.0200.490.3462.9332.2849.8
HexA4A8562031223f2032
Octal244250126206142774062
Binary10100100101010001010110100110001100010111111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A856; }

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

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

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

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

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

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

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

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