#A1AB53

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

Shades of Green Smoke #A1AB53

Tints of Green Smoke #A1AB53

Color information

#A1AB53 (or 0xA1AB53) is unknown color: approx Green Smoke. HEX triplet: A1, AB and 53. RGB value is (161,171,83). Sum of RGB (Red+Green+Blue) = 161+171+83=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB53 is #5E54AC. Grayscale: #9E9E9E. Windows color (decimal): -6182061 or 5483425. OLE color: 5483425.

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

Color convert

RGB16117183-
CMYK0.0600.510.33
HSL66.82º34.65%49.8%-
HSV(B)66.82º51.46%67.06%-
XYZ30.8237.3313.76-
YUV157.9885.69130.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 83 (32.81% from 255) = 20%
R=38.80%
G=41.20%
B=20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161171830.0600.510.3366.8234.6549.8
HexA1AB53603321432332
Octal2412531236063411034362
Binary1010000110101011101001111001100111000011000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB53; }

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

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

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

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

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

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

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

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