#A0A670

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

Shades of Green Smoke #A0A670

Tints of Green Smoke #A0A670

Color information

#A0A670 (or 0xA0A670) is unknown color: approx Green Smoke. HEX triplet: A0, A6 and 70. RGB value is (160,166,112). Sum of RGB (Red+Green+Blue) = 160+166+112=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A670 is #5F598F. Grayscale: #9E9E9E. Windows color (decimal): -6248848 or 7382688. OLE color: 7382688.

HSL color Cylindrical-coordinate representation of color #A0A670: hue angle of 66.67º degrees, saturation: 0.23, 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 #A0A670 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB160166112-
CMYK0.0400.330.35
HSL66.67º23.28%54.51%-
HSV(B)66.67º32.53%65.1%-
XYZ31.0635.9220.62-
YUV158.05102.01129.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.53%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=36.53%
G=37.90%
B=25.57%

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
Decimal1601661120.0400.330.3566.6723.2854.51
HexA0A670402123431737
Octal2402461604041431032767
Binary101000001010011011100001000100001100011100001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A670; }

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

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

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

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

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

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

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

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