#A1A555

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

Shades of Green Smoke #A1A555

Tints of Green Smoke #A1A555

Color information

#A1A555 (or 0xA1A555) is unknown color: approx Green Smoke. HEX triplet: A1, A5 and 55. RGB value is (161,165,85). Sum of RGB (Red+Green+Blue) = 161+165+85=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A555 is #5E5AAA. Grayscale: #9A9A9A. Windows color (decimal): -6183595 or 5612961. OLE color: 5612961.

HSL color Cylindrical-coordinate representation of color #A1A555: hue angle of 63º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1A555 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16116585-
CMYK0.0200.480.35
HSL63º32%49.02%-
HSV(B)63º48.48%64.71%-
XYZ29.7935.1413.81-
YUV154.6888.67132.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=39.17%
G=40.15%
B=20.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161165850.0200.480.35633249.02
HexA1A5552030233f2031
Octal241245125206043774061
Binary10100001101001011010101100110000100011111111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A555; }

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

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

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

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

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

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

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

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