#A4A159

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

Shades of Green Smoke #A4A159

Tints of Green Smoke #A4A159

Color information

#A4A159 (or 0xA4A159) is unknown color: approx Green Smoke. HEX triplet: A4, A1 and 59. RGB value is (164,161,89). Sum of RGB (Red+Green+Blue) = 164+161+89=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A159 is #5B5EA6. Grayscale: #999999. Windows color (decimal): -5988007 or 5874084. OLE color: 5874084.

HSL color Cylindrical-coordinate representation of color #A4A159: hue angle of 57.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4A159 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16416189-
CMYK00.020.460.36
HSL57.6º29.64%49.61%-
HSV(B)57.6º45.73%64.31%-
XYZ29.8634.114.46-
YUV153.6991.49135.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 161 (63.28% from 255) = 38.89%
BLUE value IS 89 (35.16% from 255) = 21.50%
R=39.61%
G=38.89%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641618900.020.460.3657.629.6449.61
HexA4A159022E243a1e32
Octal244241131025644723662
Binary1010010010100001101100101010111010010011101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A159; }

 p { color: rgb(164,161,89); }

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

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

 a { background-color: rgb(164,161,89); }

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

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

 span { border-color: rgb(164,161,89); }

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