#A1A76A

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

Shades of Green Smoke #A1A76A

Tints of Green Smoke #A1A76A

Color information

#A1A76A (or 0xA1A76A) is unknown color: approx Green Smoke. HEX triplet: A1, A7 and 6A. RGB value is (161,167,106). Sum of RGB (Red+Green+Blue) = 161+167+106=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A76A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A76A is #5E5895. Grayscale: #9E9E9E. Windows color (decimal): -6183062 or 6989729. OLE color: 6989729.

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

Color convert

RGB161167106-
CMYK0.0400.370.35
HSL65.9º25.74%53.53%-
HSV(B)65.9º36.53%65.49%-
XYZ31.1236.2618.99-
YUV158.2598.51129.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=37.10%
G=38.48%
B=24.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611671060.0400.370.3565.925.7453.53
HexA1A76A402523421a36
Octal2412471524045431023266
Binary101000011010011111010101000100101100011100001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A76A; }

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

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

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

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

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

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

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

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