#A4A161

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

Shades of Green Smoke #A4A161

Tints of Green Smoke #A4A161

Color information

#A4A161 (or 0xA4A161) is unknown color: approx Green Smoke. HEX triplet: A4, A1 and 61. RGB value is (164,161,97). Sum of RGB (Red+Green+Blue) = 164+161+97=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A161 is #5B5E9E. Grayscale: #9A9A9A. Windows color (decimal): -5987999 or 6398372. OLE color: 6398372.

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

Color convert

RGB16416197-
CMYK00.020.410.36
HSL57.31º26.91%51.18%-
HSV(B)57.31º40.85%64.31%-
XYZ30.2134.2516.33-
YUV154.695.49134.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 161 (63.28% from 255) = 38.15%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=38.86%
G=38.15%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641619700.020.410.3657.3126.9151.18
HexA4A161022924391b33
Octal244241141025144713363
Binary1010010010100001110000101010100110010011100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A161; }

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

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

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

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

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

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

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

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