#A1AA51

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

Shades of Green Smoke #A1AA51

Tints of Green Smoke #A1AA51

Color information

#A1AA51 (or 0xA1AA51) is unknown color: approx Green Smoke. HEX triplet: A1, AA and 51. RGB value is (161,170,81). Sum of RGB (Red+Green+Blue) = 161+170+81=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA51 is #5E55AE. Grayscale: #9D9D9D. Windows color (decimal): -6182319 or 5352097. OLE color: 5352097.

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

Color convert

RGB16117081-
CMYK0.0500.520.33
HSL66.07º35.46%49.22%-
HSV(B)66.07º52.35%66.67%-
XYZ30.5636.9213.3-
YUV157.1685.02130.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=39.08%
G=41.26%
B=19.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170810.0500.520.3366.0735.4649.22
HexA1AA51503421422331
Octal2412521215064411024361
Binary1010000110101010101000110101101001000011000010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA51; }

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

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

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

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

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

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

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

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