#A4AA54

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

Shades of Green Smoke #A4AA54

Tints of Green Smoke #A4AA54

Color information

#A4AA54 (or 0xA4AA54) is unknown color: approx Green Smoke. HEX triplet: A4, AA and 54. RGB value is (164,170,84). Sum of RGB (Red+Green+Blue) = 164+170+84=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA54 is #5B55AB. Grayscale: #9E9E9E. Windows color (decimal): -5985708 or 5548708. OLE color: 5548708.

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

Color convert

RGB16417084-
CMYK0.0400.510.33
HSL64.19º33.86%49.8%-
HSV(B)64.19º50.59%66.67%-
XYZ31.2837.2813.93-
YUV158.486.01131.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 84 (33.20% from 255) = 20.10%
R=39.23%
G=40.67%
B=20.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164170840.0400.510.3364.1933.8649.8
HexA4AA54403321402232
Octal2442521244063411004262
Binary1010010010101010101010010001100111000011000000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA54; }

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

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

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

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

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

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

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

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