#A1A993

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

Shades of Green Spring #A1A993

Tints of Green Spring #A1A993

Color information

#A1A993 (or 0xA1A993) is unknown color: approx Green Spring. HEX triplet: A1, A9 and 93. RGB value is (161,169,147). Sum of RGB (Red+Green+Blue) = 161+169+147=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A993 is #5E566C. Grayscale: #A4A4A4. Windows color (decimal): -6182509 or 9677217. OLE color: 9677217.

HSL color Cylindrical-coordinate representation of color #A1A993: hue angle of 81.82º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1A993 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB161169147-
CMYK0.0500.130.34
HSL81.82º11.34%61.96%-
HSV(B)81.82º13.02%66.27%-
XYZ34.1538.0633.15-
YUV164.1118.35125.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=33.75%
G=35.43%
B=30.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611691470.0500.130.3481.8211.3461.96
HexA1A99350D2252b3e
Octal2412512235015421221376
Binary1010000110101001100100111010110110001010100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A993; }

 p { color: rgb(161,169,147); }

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

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

 a { background-color: rgb(161,169,147); }

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

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

 span { border-color: rgb(161,169,147); }

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