#A1AA5E

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

Shades of Green Smoke #A1AA5E

Tints of Green Smoke #A1AA5E

Color information

#A1AA5E (or 0xA1AA5E) is unknown color: approx Green Smoke. HEX triplet: A1, AA and 5E. RGB value is (161,170,94). Sum of RGB (Red+Green+Blue) = 161+170+94=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA5E is #5E55A1. Grayscale: #9E9E9E. Windows color (decimal): -6182306 or 6204065. OLE color: 6204065.

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

Color convert

RGB16117094-
CMYK0.0500.450.33
HSL67.11º30.89%51.76%-
HSV(B)67.11º44.71%66.67%-
XYZ31.0937.1316.12-
YUV158.6491.52129.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=37.88%
G=40%
B=22.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170940.0500.450.3367.1130.8951.76
HexA1AA5E502D21431f34
Octal2412521365055411033764
Binary101000011010101010111101010101101100001100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA5E; }

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

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

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

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

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

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

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

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