#A3A998

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

Shades of Green Spring #A3A998

Tints of Green Spring #A3A998

Color information

#A3A998 (or 0xA3A998) is unknown color: approx Green Spring. HEX triplet: A3, A9 and 98. RGB value is (163,169,152). Sum of RGB (Red+Green+Blue) = 163+169+152=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A998 is #5C5667. Grayscale: #A5A5A5. Windows color (decimal): -6051432 or 10004899. OLE color: 10004899.

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

Color convert

RGB163169152-
CMYK0.0400.100.34
HSL81.18º8.99%62.94%-
HSV(B)81.18º10.06%66.27%-
XYZ34.9638.4335.28-
YUV165.27120.51126.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=33.68%
G=34.92%
B=31.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631691520.0400.100.3481.188.9962.94
HexA3A99840A225193f
Octal2432512304012421211177
Binary1010001110101001100110001000101010001010100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A998; }

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

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

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

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

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

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

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

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