#A3A798

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

Shades of Green Spring #A3A798

Tints of Green Spring #A3A798

Color information

#A3A798 (or 0xA3A798) is unknown color: approx Green Spring. HEX triplet: A3, A7 and 98. RGB value is (163,167,152). Sum of RGB (Red+Green+Blue) = 163+167+152=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A798 is #5C5867. Grayscale: #A4A4A4. Windows color (decimal): -6051944 or 10004387. OLE color: 10004387.

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

Color convert

RGB163167152-
CMYK0.0200.090.35
HSL76º7.85%62.55%-
HSV(B)76º8.98%65.49%-
XYZ34.5937.6935.16-
YUV164.09121.17127.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 152 (59.77% from 255) = 31.54%
R=33.82%
G=34.65%
B=31.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631671520.0200.090.35767.8562.55
HexA3A798209234c83f
Octal2432472302011431141077
Binary101000111010011110011000100100110001110011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A798; }

 p { color: rgb(163,167,152); }

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

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

 a { background-color: rgb(163,167,152); }

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

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

 span { border-color: rgb(163,167,152); }

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