#A1A770

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

Shades of Green Smoke #A1A770

Tints of Green Smoke #A1A770

Color information

#A1A770 (or 0xA1A770) is unknown color: approx Green Smoke. HEX triplet: A1, A7 and 70. RGB value is (161,167,112). Sum of RGB (Red+Green+Blue) = 161+167+112=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A770 is #5E588F. Grayscale: #9F9F9F. Windows color (decimal): -6183056 or 7382945. OLE color: 7382945.

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

Color convert

RGB161167112-
CMYK0.0400.330.35
HSL66.55º23.81%54.71%-
HSV(B)66.55º32.93%65.49%-
XYZ31.4436.3820.69-
YUV158.94101.51129.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=36.59%
G=37.95%
B=25.45%

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
Decimal1611671120.0400.330.3566.5523.8154.71
HexA1A770402123431837
Octal2412471604041431033067
Binary101000011010011111100001000100001100011100001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A770; }

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

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

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

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

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

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

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

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