#A1A767

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

Shades of Green Smoke #A1A767

Tints of Green Smoke #A1A767

Color information

#A1A767 (or 0xA1A767) is unknown color: approx Green Smoke. HEX triplet: A1, A7 and 67. RGB value is (161,167,103). Sum of RGB (Red+Green+Blue) = 161+167+103=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A767 is #5E5898. Grayscale: #9E9E9E. Windows color (decimal): -6183065 or 6793121. OLE color: 6793121.

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

Color convert

RGB161167103-
CMYK0.0400.380.35
HSL65.62º26.67%52.94%-
HSV(B)65.62º38.32%65.49%-
XYZ30.9636.1918.19-
YUV157.9197.01130.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=37.35%
G=38.75%
B=23.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611671030.0400.380.3565.6226.6752.94
HexA1A767402623421b35
Octal2412471474046431023365
Binary101000011010011111001111000100110100011100001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A767; }

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

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

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

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

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

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

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

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