#A1A259

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

Shades of Green Smoke #A1A259

Tints of Green Smoke #A1A259

Color information

#A1A259 (or 0xA1A259) is unknown color: approx Green Smoke. HEX triplet: A1, A2 and 59. RGB value is (161,162,89). Sum of RGB (Red+Green+Blue) = 161+162+89=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A259 is #5E5DA6. Grayscale: #999999. Windows color (decimal): -6184359 or 5874337. OLE color: 5874337.

HSL color Cylindrical-coordinate representation of color #A1A259: hue angle of 60.82º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1A259 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16116289-
CMYK0.0100.450.36
HSL60.82º29.08%49.22%-
HSV(B)60.82º45.06%63.53%-
XYZ29.4234.1414.49-
YUV153.3891.67133.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 89 (35.16% from 255) = 21.60%
R=39.08%
G=39.32%
B=21.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161162890.0100.450.3660.8229.0849.22
HexA1A259102D243d1d31
Octal241242131105544753561
Binary101000011010001010110011010110110010011110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A259; }

 p { color: rgb(161,162,89); }

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

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

 a { background-color: rgb(161,162,89); }

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

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

 span { border-color: rgb(161,162,89); }

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