#A1A771

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

Shades of Green Smoke #A1A771

Tints of Green Smoke #A1A771

Color information

#A1A771 (or 0xA1A771) is unknown color: approx Green Smoke. HEX triplet: A1, A7 and 71. RGB value is (161,167,113). Sum of RGB (Red+Green+Blue) = 161+167+113=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A771 is #5E588E. Grayscale: #9F9F9F. Windows color (decimal): -6183055 or 7448481. OLE color: 7448481.

HSL color Cylindrical-coordinate representation of color #A1A771: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1A771 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB161167113-
CMYK0.0400.320.35
HSL66.67º23.48%54.9%-
HSV(B)66.67º32.34%65.49%-
XYZ31.536.4120.99-
YUV159.05102.01129.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=36.51%
G=37.87%
B=25.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611671130.0400.320.3566.6723.4854.9
HexA1A771402023431737
Octal2412471614040431032767
Binary101000011010011111100011000100000100011100001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A771; }

 p { color: rgb(161,167,113); }

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

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

 a { background-color: rgb(161,167,113); }

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

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

 span { border-color: rgb(161,167,113); }

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