#A4A156

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

Shades of Green Smoke #A4A156

Tints of Green Smoke #A4A156

Color information

#A4A156 (or 0xA4A156) is unknown color: approx Green Smoke. HEX triplet: A4, A1 and 56. RGB value is (164,161,86). Sum of RGB (Red+Green+Blue) = 164+161+86=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A156 is #5B5EA9. Grayscale: #999999. Windows color (decimal): -5988010 or 5677476. OLE color: 5677476.

HSL color Cylindrical-coordinate representation of color #A4A156: hue angle of 57.69º 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 #A4A156 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16416186-
CMYK00.020.480.36
HSL57.69º31.2%49.02%-
HSV(B)57.69º47.56%64.31%-
XYZ29.7334.0513.81-
YUV153.3589.99135.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 86 (33.98% from 255) = 20.92%
R=39.90%
G=39.17%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641618600.020.480.3657.6931.249.02
HexA4A1560230243a1f31
Octal244241126026044723761
Binary1010010010100001101011001011000010010011101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A156; }

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

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

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

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

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

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

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

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