#A7B160

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

Shades of Green Smoke #A7B160

Tints of Green Smoke #A7B160

Color information

#A7B160 (or 0xA7B160) is unknown color: approx Green Smoke. HEX triplet: A7, B1 and 60. RGB value is (167,177,96). Sum of RGB (Red+Green+Blue) = 167+177+96=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B160 is #584E9F. Grayscale: #A5A5A5. Windows color (decimal): -5787296 or 6336935. OLE color: 6336935.

HSL color Cylindrical-coordinate representation of color #A7B160: hue angle of 67.41º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7B160 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB16717796-
CMYK0.0600.460.31
HSL67.41º34.18%53.53%-
HSV(B)67.41º45.76%69.41%-
XYZ33.7740.517.1-
YUV164.7889.19129.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 177 (69.53% from 255) = 40.23%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=37.95%
G=40.23%
B=21.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167177960.0600.460.3167.4134.1853.53
HexA7B160602E1F432236
Octal2472611406056371034266
Binary101001111011000111000001100101110111111000011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B160; }

 p { color: rgb(167,177,96); }

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

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

 a { background-color: rgb(167,177,96); }

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

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

 span { border-color: rgb(167,177,96); }

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