#A4A256

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

Shades of Green Smoke #A4A256

Tints of Green Smoke #A4A256

Color information

#A4A256 (or 0xA4A256) is unknown color: approx Green Smoke. HEX triplet: A4, A2 and 56. RGB value is (164,162,86). Sum of RGB (Red+Green+Blue) = 164+162+86=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A256 is #5B5DA9. Grayscale: #9A9A9A. Windows color (decimal): -5987754 or 5677732. OLE color: 5677732.

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

Color convert

RGB16416286-
CMYK00.010.480.36
HSL58.46º31.2%49.02%-
HSV(B)58.46º47.56%64.31%-
XYZ29.9134.4113.87-
YUV153.9389.66135.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=39.81%
G=39.32%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641628600.010.480.3658.4631.249.02
HexA4A2560130243a1f31
Octal244242126016044723761
Binary101001001010001010101100111000010010011101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A256; }

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

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

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

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

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

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

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

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