#A1A499

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

Shades of Green Spring #A1A499

Tints of Green Spring #A1A499

Color information

#A1A499 (or 0xA1A499) is unknown color: approx Green Spring. HEX triplet: A1, A4 and 99. RGB value is (161,164,153). Sum of RGB (Red+Green+Blue) = 161+164+153=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A499 is #5E5B66. Grayscale: #A1A1A1. Windows color (decimal): -6183783 or 10069153. OLE color: 10069153.

HSL color Cylindrical-coordinate representation of color #A1A499: hue angle of 76.36º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A1A499 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB161164153-
CMYK0.0200.070.36
HSL76.36º5.7%62.16%-
HSV(B)76.36º6.71%64.31%-
XYZ33.7236.4335.39-
YUV161.85123.01127.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=33.68%
G=34.31%
B=32.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611641530.0200.070.3676.365.762.16
HexA1A499207244c63e
Octal24124423120744114676
Binary1010000110100100100110011001111001001001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A499; }

 p { color: rgb(161,164,153); }

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

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

 a { background-color: rgb(161,164,153); }

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

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

 span { border-color: rgb(161,164,153); }

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