#A0A770

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

Shades of Green Smoke #A0A770

Tints of Green Smoke #A0A770

Color information

#A0A770 (or 0xA0A770) is unknown color: approx Green Smoke. HEX triplet: A0, A7 and 70. RGB value is (160,167,112). Sum of RGB (Red+Green+Blue) = 160+167+112=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A770 is #5F588F. Grayscale: #9E9E9E. Windows color (decimal): -6248592 or 7382944. OLE color: 7382944.

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

Color convert

RGB160167112-
CMYK0.0400.330.35
HSL67.64º23.81%54.71%-
HSV(B)67.64º32.93%65.49%-
XYZ31.2436.2820.69-
YUV158.64101.68128.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=36.45%
G=38.04%
B=25.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601671120.0400.330.3567.6423.8154.71
HexA0A770402123441837
Octal2402471604041431043067
Binary101000001010011111100001000100001100011100010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A770; }

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

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

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

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

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

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

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

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