#A3A995

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

Shades of Green Spring #A3A995

Tints of Green Spring #A3A995

Color information

#A3A995 (or 0xA3A995) is unknown color: approx Green Spring. HEX triplet: A3, A9 and 95. RGB value is (163,169,149). Sum of RGB (Red+Green+Blue) = 163+169+149=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A995 is #5C566A. Grayscale: #A5A5A5. Windows color (decimal): -6051435 or 9808291. OLE color: 9808291.

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

Color convert

RGB163169149-
CMYK0.0400.120.34
HSL78º10.42%62.35%-
HSV(B)78º11.83%66.27%-
XYZ34.7238.3334-
YUV164.93119.01126.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=33.89%
G=35.14%
B=30.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631691490.0400.120.347810.4262.35
HexA3A99540C224ea3e
Octal2432512254014421161276
Binary1010001110101001100101011000110010001010011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A995; }

 p { color: rgb(163,169,149); }

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

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

 a { background-color: rgb(163,169,149); }

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

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

 span { border-color: rgb(163,169,149); }

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