#A1AA5F

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

Shades of Green Smoke #A1AA5F

Tints of Green Smoke #A1AA5F

Color information

#A1AA5F (or 0xA1AA5F) is unknown color: approx Green Smoke. HEX triplet: A1, AA and 5F. RGB value is (161,170,95). Sum of RGB (Red+Green+Blue) = 161+170+95=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA5F is #5E55A0. Grayscale: #9F9F9F. Windows color (decimal): -6182305 or 6269601. OLE color: 6269601.

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

Color convert

RGB16117095-
CMYK0.0500.440.33
HSL67.2º30.61%51.96%-
HSV(B)67.2º44.12%66.67%-
XYZ31.1437.1516.36-
YUV158.7692.02129.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=37.79%
G=39.91%
B=22.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170950.0500.440.3367.230.6151.96
HexA1AA5F502C21431f34
Octal2412521375054411033764
Binary101000011010101010111111010101100100001100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA5F; }

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

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

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

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

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

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

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

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