#A0A76E

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

Shades of Green Smoke #A0A76E

Tints of Green Smoke #A0A76E

Color information

#A0A76E (or 0xA0A76E) is unknown color: approx Green Smoke. HEX triplet: A0, A7 and 6E. RGB value is (160,167,110). Sum of RGB (Red+Green+Blue) = 160+167+110=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A76E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A76E is #5F5891. Grayscale: #9E9E9E. Windows color (decimal): -6248594 or 7251872. OLE color: 7251872.

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

Color convert

RGB160167110-
CMYK0.0400.340.35
HSL67.37º24.46%54.31%-
HSV(B)67.37º34.13%65.49%-
XYZ31.1336.2420.11-
YUV158.41100.68129.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 167 (65.62% from 255) = 38.22%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=36.61%
G=38.22%
B=25.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601671100.0400.340.3567.3724.4654.31
HexA0A76E402223431836
Octal2402471564042431033066
Binary101000001010011111011101000100010100011100001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A76E; }

 p { color: rgb(160,167,110); }

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

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

 a { background-color: rgb(160,167,110); }

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

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

 span { border-color: rgb(160,167,110); }

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