#A4A162

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

Shades of Green Smoke #A4A162

Tints of Green Smoke #A4A162

Color information

#A4A162 (or 0xA4A162) is unknown color: approx Green Smoke. HEX triplet: A4, A1 and 62. RGB value is (164,161,98). Sum of RGB (Red+Green+Blue) = 164+161+98=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A162 is #5B5E9D. Grayscale: #9A9A9A. Windows color (decimal): -5987998 or 6463908. OLE color: 6463908.

HSL color Cylindrical-coordinate representation of color #A4A162: hue angle of 57.27º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4A162 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16416198-
CMYK00.020.400.36
HSL57.27º26.61%51.37%-
HSV(B)57.27º40.24%64.31%-
XYZ30.2634.2616.57-
YUV154.7295.99134.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=38.77%
G=38.06%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641619800.020.400.3657.2726.6151.37
HexA4A162022824391b33
Octal244241142025044713363
Binary1010010010100001110001001010100010010011100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A162; }

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

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

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

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

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

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

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

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