#A1AB54

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

Shades of Green Smoke #A1AB54

Tints of Green Smoke #A1AB54

Color information

#A1AB54 (or 0xA1AB54) is unknown color: approx Green Smoke. HEX triplet: A1, AB and 54. RGB value is (161,171,84). Sum of RGB (Red+Green+Blue) = 161+171+84=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB54 is #5E54AB. Grayscale: #9E9E9E. Windows color (decimal): -6182060 or 5548961. OLE color: 5548961.

HSL color Cylindrical-coordinate representation of color #A1AB54: hue angle of 66.9º degrees, saturation: 0.34, 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 #A1AB54 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB16117184-
CMYK0.0600.510.33
HSL66.9º34.12%50%-
HSV(B)66.9º50.88%67.06%-
XYZ30.8637.3413.97-
YUV158.0986.19130.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=38.70%
G=41.11%
B=20.19%

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
Decimal161171840.0600.510.3366.934.1250
HexA1AB54603321432232
Octal2412531246063411034262
Binary1010000110101011101010011001100111000011000011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB54; }

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

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

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

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

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

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

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

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