#A1AA72

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

Shades of Green Smoke #A1AA72

Tints of Green Smoke #A1AA72

Color information

#A1AA72 (or 0xA1AA72) is unknown color: approx Green Smoke. HEX triplet: A1, AA and 72. RGB value is (161,170,114). Sum of RGB (Red+Green+Blue) = 161+170+114=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA72 is #5E558D. Grayscale: #A1A1A1. Windows color (decimal): -6182286 or 7514785. OLE color: 7514785.

HSL color Cylindrical-coordinate representation of color #A1AA72: hue angle of 69.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1AA72 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB161170114-
CMYK0.0500.330.33
HSL69.64º24.78%55.69%-
HSV(B)69.64º32.94%66.67%-
XYZ32.1137.5421.47-
YUV160.92101.52128.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 114 (44.92% from 255) = 25.62%
R=36.18%
G=38.20%
B=25.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611701140.0500.330.3369.6424.7855.69
HexA1AA72502121461938
Octal2412521625041411063170
Binary101000011010101011100101010100001100001100011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA72; }

 p { color: rgb(161,170,114); }

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

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

 a { background-color: rgb(161,170,114); }

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

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

 span { border-color: rgb(161,170,114); }

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