#A4A456

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

Shades of Green Smoke #A4A456

Tints of Green Smoke #A4A456

Color information

#A4A456 (or 0xA4A456) is unknown color: approx Green Smoke. HEX triplet: A4, A4 and 56. RGB value is (164,164,86). Sum of RGB (Red+Green+Blue) = 164+164+86=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A456 is #5B5BA9. Grayscale: #9B9B9B. Windows color (decimal): -5987242 or 5678244. OLE color: 5678244.

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

Color convert

RGB16416486-
CMYK000.480.36
HSL60º31.2%49.02%-
HSV(B)60º47.56%64.31%-
XYZ30.2735.1213.99-
YUV155.1189134.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 86 (33.98% from 255) = 20.77%
R=39.61%
G=39.61%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416486000.480.366031.249.02
HexA4A4560030243c1f31
Octal244244126006044743761
Binary101001001010010010101100011000010010011110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A456; }

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

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

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

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

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

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

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

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