#A1AB55

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

Shades of Green Smoke #A1AB55

Tints of Green Smoke #A1AB55

Color information

#A1AB55 (or 0xA1AB55) is unknown color: approx Green Smoke. HEX triplet: A1, AB and 55. RGB value is (161,171,85). Sum of RGB (Red+Green+Blue) = 161+171+85=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB55 is #5E54AA. Grayscale: #9E9E9E. Windows color (decimal): -6182059 or 5614497. OLE color: 5614497.

HSL color Cylindrical-coordinate representation of color #A1AB55: hue angle of 66.98º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1AB55 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB16117185-
CMYK0.0600.500.33
HSL66.98º33.86%50.2%-
HSV(B)66.98º50.29%67.06%-
XYZ30.937.3614.18-
YUV158.2186.69129.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=38.61%
G=41.01%
B=20.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161171850.0600.500.3366.9833.8650.2
HexA1AB55603221432232
Octal2412531256062411034262
Binary1010000110101011101010111001100101000011000011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB55; }

 p { color: rgb(161,171,85); }

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

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

 a { background-color: rgb(161,171,85); }

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

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

 span { border-color: rgb(161,171,85); }

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