#A4AA64

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

Shades of Green Smoke #A4AA64

Tints of Green Smoke #A4AA64

Color information

#A4AA64 (or 0xA4AA64) is unknown color: approx Green Smoke. HEX triplet: A4, AA and 64. RGB value is (164,170,100). Sum of RGB (Red+Green+Blue) = 164+170+100=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA64 is #5B559B. Grayscale: #A0A0A0. Windows color (decimal): -5985692 or 6597284. OLE color: 6597284.

HSL color Cylindrical-coordinate representation of color #A4AA64: hue angle of 65.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4AA64 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB164170100-
CMYK0.0400.410.33
HSL65.14º29.17%52.94%-
HSV(B)65.14º41.18%66.67%-
XYZ31.9837.5617.62-
YUV160.2394.01130.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=37.79%
G=39.17%
B=23.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641701000.0400.410.3365.1429.1752.94
HexA4AA64402921411d35
Octal2442521444051411013565
Binary101001001010101011001001000101001100001100000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA64; }

 p { color: rgb(164,170,100); }

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

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

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

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

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

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

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