#A1A76C

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

Shades of Green Smoke #A1A76C

Tints of Green Smoke #A1A76C

Color information

#A1A76C (or 0xA1A76C) is unknown color: approx Green Smoke. HEX triplet: A1, A7 and 6C. RGB value is (161,167,108). Sum of RGB (Red+Green+Blue) = 161+167+108=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A76C is #5E5893. Grayscale: #9E9E9E. Windows color (decimal): -6183060 or 7120801. OLE color: 7120801.

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

Color convert

RGB161167108-
CMYK0.0400.350.35
HSL66.1º25.11%53.92%-
HSV(B)66.1º35.33%65.49%-
XYZ31.2236.319.55-
YUV158.4899.51129.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 167 (65.62% from 255) = 38.30%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=36.93%
G=38.30%
B=24.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611671080.0400.350.3566.125.1153.92
HexA1A76C402323421936
Octal2412471544043431023166
Binary101000011010011111011001000100011100011100001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A76C; }

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

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

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

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

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

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

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

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