#A3A993

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

Shades of Green Spring #A3A993

Tints of Green Spring #A3A993

Color information

#A3A993 (or 0xA3A993) is unknown color: approx Green Spring. HEX triplet: A3, A9 and 93. RGB value is (163,169,147). Sum of RGB (Red+Green+Blue) = 163+169+147=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A993 is #5C566C. Grayscale: #A4A4A4. Windows color (decimal): -6051437 or 9677219. OLE color: 9677219.

HSL color Cylindrical-coordinate representation of color #A3A993: hue angle of 76.36º 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 #A3A993 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB163169147-
CMYK0.0400.130.34
HSL76.36º11.34%61.96%-
HSV(B)76.36º13.02%66.27%-
XYZ34.5638.2733.17-
YUV164.7118.01126.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=34.03%
G=35.28%
B=30.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631691470.0400.130.3476.3611.3461.96
HexA3A99340D224cb3e
Octal2432512234015421141376
Binary1010001110101001100100111000110110001010011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A993; }

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

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

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

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

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

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

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

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